C# Class Rackspace.VisualStudio.CloudExplorer.BlockStorage.CloudBlockStorageEndpointNode

Inheritance: EndpointNode
Afficher le fichier Open project: rackerlabs/rax-vsix

Méthodes publiques

Méthode Description
CloudBlockStorageEndpointNode ( net.openstack.Core.Domain.CloudIdentity identity, net.openstack.Core.Domain.ServiceCatalog serviceCatalog, net.openstack.Core.Domain.Endpoint endpoint ) : System

Méthodes protégées

Méthode Description
CreateChildrenAsync ( CancellationToken cancellationToken ) : Task

Private Methods

Méthode Description
CreateOrphanedSnapshotsNode ( CloudBlockStorageProvider provider ) : CloudBlockStorageOrphanedSnapshotsNode
CreateProvider ( ) : CloudBlockStorageProvider
CreateVolumeNode ( CloudBlockStorageProvider provider, net.openstack.Core.Domain.Volume volume ) : CloudBlockStorageVolumeNode
ListVolumesAsync ( CancellationToken cancellationToken ) : Volume[]>>.Task

Method Details

CloudBlockStorageEndpointNode() public méthode

public CloudBlockStorageEndpointNode ( net.openstack.Core.Domain.CloudIdentity identity, net.openstack.Core.Domain.ServiceCatalog serviceCatalog, net.openstack.Core.Domain.Endpoint endpoint ) : System
identity net.openstack.Core.Domain.CloudIdentity
serviceCatalog net.openstack.Core.Domain.ServiceCatalog
endpoint net.openstack.Core.Domain.Endpoint
Résultat System

CreateChildrenAsync() protected méthode

protected CreateChildrenAsync ( CancellationToken cancellationToken ) : Task
cancellationToken System.Threading.CancellationToken
Résultat Task