C# Class Rackspace.VisualStudio.CloudExplorer.Autoscale.CloudAutoscaleEndpointNode

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

Méthodes publiques

Méthode Description
CloudAutoscaleEndpointNode ( 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
CreateProvider ( ) : CloudAutoScaleProvider
CreateScalingGroupNodeAsync ( CloudAutoScaleProvider provider, ScalingGroup scalingGroup, CancellationToken cancellationToken ) : Task
ListScalingGroupsAsync ( CancellationToken cancellationToken ) : ScalingGroup[]>>.Task

Method Details

CloudAutoscaleEndpointNode() public méthode

public CloudAutoscaleEndpointNode ( 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