ContainerNetworkInterfaceConfigurationPropertiesFormat Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. ContainerNetworkInterfaceConfigurationPropertiesFormat
- com.
Implements
public final class ContainerNetworkInterfaceConfigurationPropertiesFormat
implements JsonSerializable<ContainerNetworkInterfaceConfigurationPropertiesFormat>
Container network interface configuration properties.
Constructor Summary
| Constructor | Description |
|---|---|
| ContainerNetworkInterfaceConfigurationPropertiesFormat() |
Creates an instance of Container |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Sub |
containerNetworkInterfaces()
Get the container |
|
static
Container |
fromJson(JsonReader jsonReader)
Reads an instance of Container |
|
List<Ip |
ipConfigurations()
Get the ip |
|
Provisioning |
provisioningState()
Get the provisioning |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Container |
withContainerNetworkInterfaces(List<SubResource> containerNetworkInterfaces)
Set the container |
|
Container |
withIpConfigurations(List<IpConfigurationProfileInner> ipConfigurations)
Set the ip |
Methods inherited from java.lang.Object
Constructor Details
ContainerNetworkInterfaceConfigurationPropertiesFormat
public ContainerNetworkInterfaceConfigurationPropertiesFormat()
Creates an instance of ContainerNetworkInterfaceConfigurationPropertiesFormat class.
Method Details
containerNetworkInterfaces
public List<SubResource> containerNetworkInterfaces()
Get the containerNetworkInterfaces property: A list of container network interfaces created from this container network interface configuration.
Returns:
fromJson
public static ContainerNetworkInterfaceConfigurationPropertiesFormat fromJson(JsonReader jsonReader)
Reads an instance of ContainerNetworkInterfaceConfigurationPropertiesFormat from the JsonReader.
Parameters:
Returns:
Throws:
ipConfigurations
public List<IpConfigurationProfileInner> ipConfigurations()
Get the ipConfigurations property: A list of ip configurations of the container network interface configuration.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the container network interface configuration resource.
Returns:
toJson
validate
public void validate()
Validates the instance.
withContainerNetworkInterfaces
public ContainerNetworkInterfaceConfigurationPropertiesFormat withContainerNetworkInterfaces(List<SubResource> containerNetworkInterfaces)
Set the containerNetworkInterfaces property: A list of container network interfaces created from this container network interface configuration.
Parameters:
Returns:
withIpConfigurations
public ContainerNetworkInterfaceConfigurationPropertiesFormat withIpConfigurations(List<IpConfigurationProfileInner> ipConfigurations)
Set the ipConfigurations property: A list of ip configurations of the container network interface configuration.
Parameters:
Returns: