NetworkCloud Interface
public interface NetworkCloud
The interface for NetworkCloud class.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Agent |
getAgentPools()
Gets the Agent |
| abstract String |
getApiVersion()
Gets Api Version. |
|
abstract
Bare |
getBareMetalMachineKeySets()
Gets the Bare |
|
abstract
Bare |
getBareMetalMachines()
Gets the Bare |
|
abstract
Bmc |
getBmcKeySets()
Gets the Bmc |
|
abstract
Cloud |
getCloudServicesNetworks()
Gets the Cloud |
|
abstract
Cluster |
getClusterManagers()
Gets the Cluster |
|
abstract
Clusters |
getClusters()
Gets the Clusters |
|
abstract
Consoles |
getConsoles()
Gets the Consoles |
| abstract Duration |
getDefaultPollInterval()
Gets The default poll interval for long-running operation. |
| abstract String |
getEndpoint()
Gets server parameter. |
|
abstract
Http |
getHttpPipeline()
Gets The HTTP pipeline to send requests through. |
|
abstract
Kubernetes |
getKubernetesClusterFeatures()
Gets the Kubernetes |
|
abstract
Kubernetes |
getKubernetesClusters()
Gets the Kubernetes |
|
abstract
L2Networks |
getL2Networks()
Gets the L2Networks |
|
abstract
L3Networks |
getL3Networks()
Gets the L3Networks |
|
abstract
Metrics |
getMetricsConfigurations()
Gets the Metrics |
|
abstract
Operations |
getOperations()
Gets the Operations |
|
abstract
Racks |
getRacks()
Gets the Racks |
|
abstract
Rack |
getRackSkus()
Gets the Rack |
|
abstract
Storage |
getStorageAppliances()
Gets the Storage |
| abstract String |
getSubscriptionId()
Gets The ID of the target subscription. |
|
abstract
Trunked |
getTrunkedNetworks()
Gets the Trunked |
|
abstract
Virtual |
getVirtualMachines()
Gets the Virtual |
|
abstract
Volumes |
getVolumes()
Gets the Volumes |
Method Details
getAgentPools
public abstract AgentPoolsClient getAgentPools()
Gets the AgentPoolsClient object to access its operations.
Returns:
getApiVersion
public abstract String getApiVersion()
Gets Api Version.
Returns:
getBareMetalMachineKeySets
public abstract BareMetalMachineKeySetsClient getBareMetalMachineKeySets()
Gets the BareMetalMachineKeySetsClient object to access its operations.
Returns:
getBareMetalMachines
public abstract BareMetalMachinesClient getBareMetalMachines()
Gets the BareMetalMachinesClient object to access its operations.
Returns:
getBmcKeySets
public abstract BmcKeySetsClient getBmcKeySets()
Gets the BmcKeySetsClient object to access its operations.
Returns:
getCloudServicesNetworks
public abstract CloudServicesNetworksClient getCloudServicesNetworks()
Gets the CloudServicesNetworksClient object to access its operations.
Returns:
getClusterManagers
public abstract ClusterManagersClient getClusterManagers()
Gets the ClusterManagersClient object to access its operations.
Returns:
getClusters
public abstract ClustersClient getClusters()
Gets the ClustersClient object to access its operations.
Returns:
getConsoles
public abstract ConsolesClient getConsoles()
Gets the ConsolesClient object to access its operations.
Returns:
getDefaultPollInterval
public abstract Duration getDefaultPollInterval()
Gets The default poll interval for long-running operation.
Returns:
getEndpoint
public abstract String getEndpoint()
Gets server parameter.
Returns:
getHttpPipeline
public abstract HttpPipeline getHttpPipeline()
Gets The HTTP pipeline to send requests through.
Returns:
getKubernetesClusterFeatures
public abstract KubernetesClusterFeaturesClient getKubernetesClusterFeatures()
Gets the KubernetesClusterFeaturesClient object to access its operations.
Returns:
getKubernetesClusters
public abstract KubernetesClustersClient getKubernetesClusters()
Gets the KubernetesClustersClient object to access its operations.
Returns:
getL2Networks
public abstract L2NetworksClient getL2Networks()
Gets the L2NetworksClient object to access its operations.
Returns:
getL3Networks
public abstract L3NetworksClient getL3Networks()
Gets the L3NetworksClient object to access its operations.
Returns:
getMetricsConfigurations
public abstract MetricsConfigurationsClient getMetricsConfigurations()
Gets the MetricsConfigurationsClient object to access its operations.
Returns:
getOperations
public abstract OperationsClient getOperations()
Gets the OperationsClient object to access its operations.
Returns:
getRacks
public abstract RacksClient getRacks()
Gets the RacksClient object to access its operations.
Returns:
getRackSkus
public abstract RackSkusClient getRackSkus()
Gets the RackSkusClient object to access its operations.
Returns:
getStorageAppliances
public abstract StorageAppliancesClient getStorageAppliances()
Gets the StorageAppliancesClient object to access its operations.
Returns:
getSubscriptionId
public abstract String getSubscriptionId()
Gets The ID of the target subscription. The value must be an UUID.
Returns:
getTrunkedNetworks
public abstract TrunkedNetworksClient getTrunkedNetworks()
Gets the TrunkedNetworksClient object to access its operations.
Returns:
getVirtualMachines
public abstract VirtualMachinesClient getVirtualMachines()
Gets the VirtualMachinesClient object to access its operations.
Returns:
getVolumes
public abstract VolumesClient getVolumes()
Gets the VolumesClient object to access its operations.
Returns: