Class VirtualNetworksPropertiesInfraVnetProfileVmware

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

public final class VirtualNetworksPropertiesInfraVnetProfileVmware extends Object
Infra network profile for VMware platform.
  • Constructor Details

    • VirtualNetworksPropertiesInfraVnetProfileVmware

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

    • segmentName

      public String segmentName()
      Get the segmentName property: Name of the network segment in VSphere.
      Returns:
      the segmentName value.
    • withSegmentName

      public VirtualNetworksPropertiesInfraVnetProfileVmware withSegmentName(String segmentName)
      Set the segmentName property: Name of the network segment in VSphere.
      Parameters:
      segmentName - the segmentName value to set.
      Returns:
      the VirtualNetworksPropertiesInfraVnetProfileVmware object itself.
    • validate

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