NetworkCloud Interface

public interface NetworkCloud

The interface for NetworkCloud class.

Method Summary

Modifier and Type Method and Description
abstract AgentPoolsClient getAgentPools()

Gets the AgentPoolsClient object to access its operations.

abstract String getApiVersion()

Gets Api Version.

abstract BareMetalMachineKeySetsClient getBareMetalMachineKeySets()

Gets the BareMetalMachineKeySetsClient object to access its operations.

abstract BareMetalMachinesClient getBareMetalMachines()

Gets the BareMetalMachinesClient object to access its operations.

abstract BmcKeySetsClient getBmcKeySets()

Gets the BmcKeySetsClient object to access its operations.

abstract CloudServicesNetworksClient getCloudServicesNetworks()

Gets the CloudServicesNetworksClient object to access its operations.

abstract ClusterManagersClient getClusterManagers()

Gets the ClusterManagersClient object to access its operations.

abstract ClustersClient getClusters()

Gets the ClustersClient object to access its operations.

abstract ConsolesClient getConsoles()

Gets the ConsolesClient object to access its operations.

abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

abstract String getEndpoint()

Gets server parameter.

abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

abstract KubernetesClusterFeaturesClient getKubernetesClusterFeatures()

Gets the KubernetesClusterFeaturesClient object to access its operations.

abstract KubernetesClustersClient getKubernetesClusters()

Gets the KubernetesClustersClient object to access its operations.

abstract L2NetworksClient getL2Networks()

Gets the L2NetworksClient object to access its operations.

abstract L3NetworksClient getL3Networks()

Gets the L3NetworksClient object to access its operations.

abstract MetricsConfigurationsClient getMetricsConfigurations()

Gets the MetricsConfigurationsClient object to access its operations.

abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

abstract RacksClient getRacks()

Gets the RacksClient object to access its operations.

abstract RackSkusClient getRackSkus()

Gets the RackSkusClient object to access its operations.

abstract StorageAppliancesClient getStorageAppliances()

Gets the StorageAppliancesClient object to access its operations.

abstract String getSubscriptionId()

Gets The ID of the target subscription.

abstract TrunkedNetworksClient getTrunkedNetworks()

Gets the TrunkedNetworksClient object to access its operations.

abstract VirtualMachinesClient getVirtualMachines()

Gets the VirtualMachinesClient object to access its operations.

abstract VolumesClient getVolumes()

Gets the VolumesClient object to access its operations.

Method Details

getAgentPools

public abstract AgentPoolsClient getAgentPools()

Gets the AgentPoolsClient object to access its operations.

Returns:

the AgentPoolsClient object.

getApiVersion

public abstract String getApiVersion()

Gets Api Version.

Returns:

the apiVersion value.

getBareMetalMachineKeySets

public abstract BareMetalMachineKeySetsClient getBareMetalMachineKeySets()

Gets the BareMetalMachineKeySetsClient object to access its operations.

Returns:

the BareMetalMachineKeySetsClient object.

getBareMetalMachines

public abstract BareMetalMachinesClient getBareMetalMachines()

Gets the BareMetalMachinesClient object to access its operations.

Returns:

the BareMetalMachinesClient object.

getBmcKeySets

public abstract BmcKeySetsClient getBmcKeySets()

Gets the BmcKeySetsClient object to access its operations.

Returns:

the BmcKeySetsClient object.

getCloudServicesNetworks

public abstract CloudServicesNetworksClient getCloudServicesNetworks()

Gets the CloudServicesNetworksClient object to access its operations.

Returns:

the CloudServicesNetworksClient object.

getClusterManagers

public abstract ClusterManagersClient getClusterManagers()

Gets the ClusterManagersClient object to access its operations.

Returns:

the ClusterManagersClient object.

getClusters

public abstract ClustersClient getClusters()

Gets the ClustersClient object to access its operations.

Returns:

the ClustersClient object.

getConsoles

public abstract ConsolesClient getConsoles()

Gets the ConsolesClient object to access its operations.

Returns:

the ConsolesClient object.

getDefaultPollInterval

public abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

Returns:

the defaultPollInterval value.

getEndpoint

public abstract String getEndpoint()

Gets server parameter.

Returns:

the endpoint value.

getHttpPipeline

public abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

Returns:

the httpPipeline value.

getKubernetesClusterFeatures

public abstract KubernetesClusterFeaturesClient getKubernetesClusterFeatures()

Gets the KubernetesClusterFeaturesClient object to access its operations.

Returns:

the KubernetesClusterFeaturesClient object.

getKubernetesClusters

public abstract KubernetesClustersClient getKubernetesClusters()

Gets the KubernetesClustersClient object to access its operations.

Returns:

the KubernetesClustersClient object.

getL2Networks

public abstract L2NetworksClient getL2Networks()

Gets the L2NetworksClient object to access its operations.

Returns:

the L2NetworksClient object.

getL3Networks

public abstract L3NetworksClient getL3Networks()

Gets the L3NetworksClient object to access its operations.

Returns:

the L3NetworksClient object.

getMetricsConfigurations

public abstract MetricsConfigurationsClient getMetricsConfigurations()

Gets the MetricsConfigurationsClient object to access its operations.

Returns:

the MetricsConfigurationsClient object.

getOperations

public abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

Returns:

the OperationsClient object.

getRacks

public abstract RacksClient getRacks()

Gets the RacksClient object to access its operations.

Returns:

the RacksClient object.

getRackSkus

public abstract RackSkusClient getRackSkus()

Gets the RackSkusClient object to access its operations.

Returns:

the RackSkusClient object.

getStorageAppliances

public abstract StorageAppliancesClient getStorageAppliances()

Gets the StorageAppliancesClient object to access its operations.

Returns:

the StorageAppliancesClient object.

getSubscriptionId

public abstract String getSubscriptionId()

Gets The ID of the target subscription. The value must be an UUID.

Returns:

the subscriptionId value.

getTrunkedNetworks

public abstract TrunkedNetworksClient getTrunkedNetworks()

Gets the TrunkedNetworksClient object to access its operations.

Returns:

the TrunkedNetworksClient object.

getVirtualMachines

public abstract VirtualMachinesClient getVirtualMachines()

Gets the VirtualMachinesClient object to access its operations.

Returns:

the VirtualMachinesClient object.

getVolumes

public abstract VolumesClient getVolumes()

Gets the VolumesClient object to access its operations.

Returns:

the VolumesClient object.

Applies to