NetworkProfilePropertiesFormat Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. NetworkProfilePropertiesFormat
- com.
Implements
public final class NetworkProfilePropertiesFormat
implements JsonSerializable<NetworkProfilePropertiesFormat>
Network profile properties.
Constructor Summary
| Constructor | Description |
|---|---|
| NetworkProfilePropertiesFormat() |
Creates an instance of Network |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Container |
containerNetworkInterfaceConfigurations()
Get the container |
|
List<Container |
containerNetworkInterfaces()
Get the container |
|
static
Network |
fromJson(JsonReader jsonReader)
Reads an instance of Network |
|
Provisioning |
provisioningState()
Get the provisioning |
| String |
resourceGuid()
Get the resource |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Network |
withContainerNetworkInterfaceConfigurations(List<ContainerNetworkInterfaceConfiguration> containerNetworkInterfaceConfigurations)
Set the container |
Methods inherited from java.lang.Object
Constructor Details
NetworkProfilePropertiesFormat
public NetworkProfilePropertiesFormat()
Creates an instance of NetworkProfilePropertiesFormat class.
Method Details
containerNetworkInterfaceConfigurations
public List<ContainerNetworkInterfaceConfiguration> containerNetworkInterfaceConfigurations()
Get the containerNetworkInterfaceConfigurations property: List of chid container network interface configurations.
Returns:
containerNetworkInterfaces
public List<ContainerNetworkInterface> containerNetworkInterfaces()
Get the containerNetworkInterfaces property: List of child container network interfaces.
Returns:
fromJson
public static NetworkProfilePropertiesFormat fromJson(JsonReader jsonReader)
Reads an instance of NetworkProfilePropertiesFormat from the JsonReader.
Parameters:
Returns:
Throws:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the network profile resource.
Returns:
resourceGuid
public String resourceGuid()
Get the resourceGuid property: The resource GUID property of the network profile resource.
Returns:
toJson
validate
public void validate()
Validates the instance.
withContainerNetworkInterfaceConfigurations
public NetworkProfilePropertiesFormat withContainerNetworkInterfaceConfigurations(List<ContainerNetworkInterfaceConfiguration> containerNetworkInterfaceConfigurations)
Set the containerNetworkInterfaceConfigurations property: List of chid container network interface configurations.
Parameters:
Returns: