Class VirtualNetworkProperties


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

      • VirtualNetworkProperties

        public VirtualNetworkProperties()
    • Method Detail

      • inventoryItemId

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

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

        public String uuid()
        Get the uuid property: Unique ID of the virtual network.
        Returns:
        the uuid value.
      • withUuid

        public VirtualNetworkProperties withUuid​(String uuid)
        Set the uuid property: Unique ID of the virtual network.
        Parameters:
        uuid - the uuid value to set.
        Returns:
        the VirtualNetworkProperties object itself.
      • vmmServerId

        public String vmmServerId()
        Get the vmmServerId property: ARM Id of the vmmServer resource in which this resource resides.
        Returns:
        the vmmServerId value.
      • withVmmServerId

        public VirtualNetworkProperties withVmmServerId​(String vmmServerId)
        Set the vmmServerId property: ARM Id of the vmmServer resource in which this resource resides.
        Parameters:
        vmmServerId - the vmmServerId value to set.
        Returns:
        the VirtualNetworkProperties object itself.
      • networkName

        public String networkName()
        Get the networkName property: Name of the virtual network in vmmServer.
        Returns:
        the networkName 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.