Class VirtualNetworksPropertiesInfraVnetProfileHci

java.lang.Object
com.azure.resourcemanager.hybridcontainerservice.models.VirtualNetworksPropertiesInfraVnetProfileHci

public final class VirtualNetworksPropertiesInfraVnetProfileHci extends Object
Infra network profile for HCI platform.
  • Constructor Details

    • VirtualNetworksPropertiesInfraVnetProfileHci

      public VirtualNetworksPropertiesInfraVnetProfileHci()
      Creates an instance of VirtualNetworksPropertiesInfraVnetProfileHci class.
  • Method Details

    • mocGroup

      public String mocGroup()
      Get the mocGroup property: Resource group in MOC(Microsoft On-premises Cloud).
      Returns:
      the mocGroup value.
    • withMocGroup

      public VirtualNetworksPropertiesInfraVnetProfileHci withMocGroup(String mocGroup)
      Set the mocGroup property: Resource group in MOC(Microsoft On-premises Cloud).
      Parameters:
      mocGroup - the mocGroup value to set.
      Returns:
      the VirtualNetworksPropertiesInfraVnetProfileHci object itself.
    • mocLocation

      public String mocLocation()
      Get the mocLocation property: Location in MOC(Microsoft On-premises Cloud).
      Returns:
      the mocLocation value.
    • withMocLocation

      public VirtualNetworksPropertiesInfraVnetProfileHci withMocLocation(String mocLocation)
      Set the mocLocation property: Location in MOC(Microsoft On-premises Cloud).
      Parameters:
      mocLocation - the mocLocation value to set.
      Returns:
      the VirtualNetworksPropertiesInfraVnetProfileHci object itself.
    • mocVnetName

      public String mocVnetName()
      Get the mocVnetName property: Virtual Network name in MOC(Microsoft On-premises Cloud).
      Returns:
      the mocVnetName value.
    • withMocVnetName

      public VirtualNetworksPropertiesInfraVnetProfileHci withMocVnetName(String mocVnetName)
      Set the mocVnetName property: Virtual Network name in MOC(Microsoft On-premises Cloud).
      Parameters:
      mocVnetName - the mocVnetName value to set.
      Returns:
      the VirtualNetworksPropertiesInfraVnetProfileHci object itself.
    • validate

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