Class VirtualNetworkProperties

java.lang.Object
com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkProperties

public final class VirtualNetworkProperties extends Object
Defines the resource properties.
  • Constructor Details

    • VirtualNetworkProperties

      public VirtualNetworkProperties()
  • Method Details

    • uuid

      public String uuid()
      Get the uuid property: Gets or sets a unique identifier for this resource.
      Returns:
      the uuid value.
    • vCenterId

      public String vCenterId()
      Get the vCenterId property: Gets or sets the ARM Id of the vCenter resource in which this template resides.
      Returns:
      the vCenterId value.
    • withVCenterId

      public VirtualNetworkProperties withVCenterId(String vCenterId)
      Set the vCenterId property: Gets or sets the ARM Id of the vCenter resource in which this template resides.
      Parameters:
      vCenterId - the vCenterId value to set.
      Returns:
      the VirtualNetworkProperties object itself.
    • moRefId

      public String moRefId()
      Get the moRefId property: Gets or sets the vCenter MoRef (Managed Object Reference) ID for the virtual network.
      Returns:
      the moRefId value.
    • withMoRefId

      public VirtualNetworkProperties withMoRefId(String moRefId)
      Set the moRefId property: Gets or sets the vCenter MoRef (Managed Object Reference) ID for the virtual network.
      Parameters:
      moRefId - the moRefId value to set.
      Returns:
      the VirtualNetworkProperties object itself.
    • inventoryItemId

      public String inventoryItemId()
      Get the inventoryItemId property: Gets or sets the inventory Item ID for the virtual network.
      Returns:
      the inventoryItemId value.
    • withInventoryItemId

      public VirtualNetworkProperties withInventoryItemId(String inventoryItemId)
      Set the inventoryItemId property: Gets or sets the inventory Item ID for the virtual network.
      Parameters:
      inventoryItemId - the inventoryItemId value to set.
      Returns:
      the VirtualNetworkProperties object itself.
    • moName

      public String moName()
      Get the moName property: Gets or sets the vCenter Managed Object name for the virtual network.
      Returns:
      the moName value.
    • customResourceName

      public String customResourceName()
      Get the customResourceName property: Gets the name of the corresponding resource in Kubernetes.
      Returns:
      the customResourceName value.
    • statuses

      public List<ResourceStatus> statuses()
      Get the statuses property: The resource status information.
      Returns:
      the statuses value.
    • provisioningState

      public String provisioningState()
      Get the provisioningState property: Gets or sets the provisioning state.
      Returns:
      the provisioningState value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.