NetworkCloudManager Class
- java.
lang. Object - com.
azure. resourcemanager. networkcloud. NetworkCloudManager
- com.
public final class NetworkCloudManager
Entry point to NetworkCloudManager. The Network Cloud APIs provide management of the Azure Operator Nexus compute resources such as on-premises clusters, hardware resources, and workload infrastructure resources.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Agent |
agentPools()
Gets the resource collection API of Agent |
|
static
Network |
authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of Network |
|
static
Network |
authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of Network |
|
Bare |
bareMetalMachineKeySets()
Gets the resource collection API of Bare |
|
Bare |
bareMetalMachines()
Gets the resource collection API of Bare |
|
Bmc |
bmcKeySets()
Gets the resource collection API of Bmc |
|
Cloud |
cloudServicesNetworks()
Gets the resource collection API of Cloud |
|
Cluster |
clusterManagers()
Gets the resource collection API of Cluster |
| Clusters |
clusters()
Gets the resource collection API of Clusters. |
| static Configurable |
configure()
Gets a Configurable instance that can be used to create Network |
| Consoles |
consoles()
Gets the resource collection API of Consoles. |
|
Kubernetes |
kubernetesClusterFeatures()
Gets the resource collection API of Kubernetes |
|
Kubernetes |
kubernetesClusters()
Gets the resource collection API of Kubernetes |
| L2Networks |
l2Networks()
Gets the resource collection API of L2Networks. |
| L3Networks |
l3Networks()
Gets the resource collection API of L3Networks. |
|
Metrics |
metricsConfigurations()
Gets the resource collection API of Metrics |
| Operations |
operations()
Gets the resource collection API of Operations. |
| Racks |
racks()
Gets the resource collection API of Racks. |
|
Rack |
rackSkus()
Gets the resource collection API of Rack |
|
Network |
serviceClient()
Gets wrapped service client Network |
|
Storage |
storageAppliances()
Gets the resource collection API of Storage |
|
Trunked |
trunkedNetworks()
Gets the resource collection API of Trunked |
|
Virtual |
virtualMachines()
Gets the resource collection API of Virtual |
| Volumes |
volumes()
Gets the resource collection API of Volumes. |
Methods inherited from java.lang.Object
Method Details
agentPools
public AgentPools agentPools()
Gets the resource collection API of AgentPools. It manages AgentPool.
Returns:
authenticate
public static NetworkCloudManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of NetworkCloud service API entry point.
Parameters:
Returns:
authenticate
public static NetworkCloudManager authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of NetworkCloud service API entry point.
Parameters:
Returns:
bareMetalMachineKeySets
public BareMetalMachineKeySets bareMetalMachineKeySets()
Gets the resource collection API of BareMetalMachineKeySets. It manages BareMetalMachineKeySet.
Returns:
bareMetalMachines
public BareMetalMachines bareMetalMachines()
Gets the resource collection API of BareMetalMachines. It manages BareMetalMachine.
Returns:
bmcKeySets
public BmcKeySets bmcKeySets()
Gets the resource collection API of BmcKeySets. It manages BmcKeySet.
Returns:
cloudServicesNetworks
public CloudServicesNetworks cloudServicesNetworks()
Gets the resource collection API of CloudServicesNetworks. It manages CloudServicesNetwork.
Returns:
clusterManagers
public ClusterManagers clusterManagers()
Gets the resource collection API of ClusterManagers. It manages ClusterManager.
Returns:
clusters
public Clusters clusters()
Gets the resource collection API of Clusters. It manages Cluster.
Returns:
configure
public static NetworkCloudManager.Configurable configure()
Gets a Configurable instance that can be used to create NetworkCloudManager with optional configuration.
Returns:
consoles
public Consoles consoles()
Gets the resource collection API of Consoles. It manages Console.
Returns:
kubernetesClusterFeatures
public KubernetesClusterFeatures kubernetesClusterFeatures()
Gets the resource collection API of KubernetesClusterFeatures. It manages KubernetesClusterFeature.
Returns:
kubernetesClusters
public KubernetesClusters kubernetesClusters()
Gets the resource collection API of KubernetesClusters. It manages KubernetesCluster.
Returns:
l2Networks
public L2Networks l2Networks()
Gets the resource collection API of L2Networks. It manages L2Network.
Returns:
l3Networks
public L3Networks l3Networks()
Gets the resource collection API of L3Networks. It manages L3Network.
Returns:
metricsConfigurations
public MetricsConfigurations metricsConfigurations()
Gets the resource collection API of MetricsConfigurations. It manages ClusterMetricsConfiguration.
Returns:
operations
public Operations operations()
Gets the resource collection API of Operations.
Returns:
racks
public Racks racks()
Gets the resource collection API of Racks. It manages Rack.
Returns:
rackSkus
public RackSkus rackSkus()
Gets the resource collection API of RackSkus.
Returns:
serviceClient
public NetworkCloud serviceClient()
Gets wrapped service client NetworkCloud providing direct access to the underlying auto-generated API implementation, based on Azure REST API.
Returns:
storageAppliances
public StorageAppliances storageAppliances()
Gets the resource collection API of StorageAppliances. It manages StorageAppliance.
Returns:
trunkedNetworks
public TrunkedNetworks trunkedNetworks()
Gets the resource collection API of TrunkedNetworks. It manages TrunkedNetwork.
Returns:
virtualMachines
public VirtualMachines virtualMachines()
Gets the resource collection API of VirtualMachines. It manages VirtualMachine.
Returns:
volumes
public Volumes volumes()
Gets the resource collection API of Volumes. It manages Volume.
Returns: