Class VirtualNetworksPropertiesInfraVnetProfileVmware
java.lang.Object
com.azure.resourcemanager.hybridcontainerservice.models.VirtualNetworksPropertiesInfraVnetProfileVmware
Infra network profile for VMware platform.
-
Constructor Summary
ConstructorDescriptionCreates an instance of VirtualNetworksPropertiesInfraVnetProfileVmware class. -
Method Summary
Modifier and TypeMethodDescriptionGet the segmentName property: Name of the network segment in VSphere.void
validate()
Validates the instance.withSegmentName
(String segmentName) Set the segmentName property: Name of the network segment in VSphere.
-
Constructor Details
-
VirtualNetworksPropertiesInfraVnetProfileVmware
public VirtualNetworksPropertiesInfraVnetProfileVmware()Creates an instance of VirtualNetworksPropertiesInfraVnetProfileVmware class.
-
-
Method Details
-
segmentName
Get the segmentName property: Name of the network segment in VSphere.- Returns:
- the segmentName value.
-
withSegmentName
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.
-