Class VirtualNetworksPropertiesInfraVnetProfile
java.lang.Object
com.azure.resourcemanager.hybridcontainerservice.models.VirtualNetworksPropertiesInfraVnetProfile
The VirtualNetworksPropertiesInfraVnetProfile model.
-
Constructor Summary
ConstructorDescriptionCreates an instance of VirtualNetworksPropertiesInfraVnetProfile class. -
Method Summary
Modifier and TypeMethodDescriptionhci()
Get the hci property: Infra network profile for HCI platform.kubevirt()
Get the kubevirt property: Infra network profile for KubeVirt platform.void
validate()
Validates the instance.vmware()
Get the vmware property: Infra network profile for VMware platform.Set the hci property: Infra network profile for HCI platform.Set the kubevirt property: Infra network profile for KubeVirt platform.Set the vmware property: Infra network profile for VMware platform.
-
Constructor Details
-
VirtualNetworksPropertiesInfraVnetProfile
public VirtualNetworksPropertiesInfraVnetProfile()Creates an instance of VirtualNetworksPropertiesInfraVnetProfile class.
-
-
Method Details
-
hci
Get the hci property: Infra network profile for HCI platform.- Returns:
- the hci value.
-
withHci
public VirtualNetworksPropertiesInfraVnetProfile withHci(VirtualNetworksPropertiesInfraVnetProfileHci hci) Set the hci property: Infra network profile for HCI platform.- Parameters:
hci
- the hci value to set.- Returns:
- the VirtualNetworksPropertiesInfraVnetProfile object itself.
-
kubevirt
Get the kubevirt property: Infra network profile for KubeVirt platform.- Returns:
- the kubevirt value.
-
withKubevirt
public VirtualNetworksPropertiesInfraVnetProfile withKubevirt(VirtualNetworksPropertiesInfraVnetProfileKubevirt kubevirt) Set the kubevirt property: Infra network profile for KubeVirt platform.- Parameters:
kubevirt
- the kubevirt value to set.- Returns:
- the VirtualNetworksPropertiesInfraVnetProfile object itself.
-
vmware
Get the vmware property: Infra network profile for VMware platform.- Returns:
- the vmware value.
-
withVmware
public VirtualNetworksPropertiesInfraVnetProfile withVmware(VirtualNetworksPropertiesInfraVnetProfileVmware vmware) Set the vmware property: Infra network profile for VMware platform.- Parameters:
vmware
- the vmware value to set.- Returns:
- the VirtualNetworksPropertiesInfraVnetProfile object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-