Class VirtualNetworksPropertiesInfraVnetProfileHci
java.lang.Object
com.azure.resourcemanager.hybridcontainerservice.models.VirtualNetworksPropertiesInfraVnetProfileHci
Infra network profile for HCI platform.
-
Constructor Summary
ConstructorDescriptionCreates an instance of VirtualNetworksPropertiesInfraVnetProfileHci class. -
Method Summary
Modifier and TypeMethodDescriptionmocGroup()
Get the mocGroup property: Resource group in MOC(Microsoft On-premises Cloud).Get the mocLocation property: Location in MOC(Microsoft On-premises Cloud).Get the mocVnetName property: Virtual Network name in MOC(Microsoft On-premises Cloud).void
validate()
Validates the instance.withMocGroup
(String mocGroup) Set the mocGroup property: Resource group in MOC(Microsoft On-premises Cloud).withMocLocation
(String mocLocation) Set the mocLocation property: Location in MOC(Microsoft On-premises Cloud).withMocVnetName
(String mocVnetName) Set the mocVnetName property: Virtual Network name in MOC(Microsoft On-premises Cloud).
-
Constructor Details
-
VirtualNetworksPropertiesInfraVnetProfileHci
public VirtualNetworksPropertiesInfraVnetProfileHci()Creates an instance of VirtualNetworksPropertiesInfraVnetProfileHci class.
-
-
Method Details
-
mocGroup
Get the mocGroup property: Resource group in MOC(Microsoft On-premises Cloud).- Returns:
- the mocGroup value.
-
withMocGroup
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
Get the mocLocation property: Location in MOC(Microsoft On-premises Cloud).- Returns:
- the mocLocation value.
-
withMocLocation
Set the mocLocation property: Location in MOC(Microsoft On-premises Cloud).- Parameters:
mocLocation
- the mocLocation value to set.- Returns:
- the VirtualNetworksPropertiesInfraVnetProfileHci object itself.
-
mocVnetName
Get the mocVnetName property: Virtual Network name in MOC(Microsoft On-premises Cloud).- Returns:
- the mocVnetName value.
-
withMocVnetName
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.
-