NetworkProfileInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. network. fluent. models. NetworkProfileInner
- com.
- com.
- com.
public final class NetworkProfileInner
extends Resource
Network profile resource.
Constructor Summary
Constructor | Description |
---|---|
NetworkProfileInner() |
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 |
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated. |
static
Network |
fromJson(JsonReader jsonReader)
Reads an instance of Network |
String |
id()
Get the id property: Resource ID. |
String |
name()
Get the name property: The name of the resource. |
Provisioning |
provisioningState()
Get the provisioning |
String |
resourceGuid()
Get the resource |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Network |
withContainerNetworkInterfaceConfigurations(List<ContainerNetworkInterfaceConfiguration> containerNetworkInterfaceConfigurations)
Set the container |
Network |
withId(String id)
Set the id property: Resource ID. |
Network |
withLocation(String location) |
Network |
withTags(Map<String,String> tags) |
Methods inherited from ProxyResource
Methods inherited from Resource
Methods inherited from java.lang.Object
Constructor Details
NetworkProfileInner
public NetworkProfileInner()
Creates an instance of NetworkProfileInner class.
Method Details
containerNetworkInterfaceConfigurations
public List
Get the containerNetworkInterfaceConfigurations property: List of chid container network interface configurations.
Returns:
containerNetworkInterfaces
public List
Get the containerNetworkInterfaces property: List of child container network interfaces.
Returns:
etag
public String etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
Returns:
fromJson
public static NetworkProfileInner fromJson(JsonReader jsonReader)
Reads an instance of NetworkProfileInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Resource ID.
Overrides:
NetworkProfileInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
NetworkProfileInner.name()Returns:
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
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
NetworkProfileInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
NetworkProfileInner.type()Returns:
validate
public void validate()
Validates the instance.
withContainerNetworkInterfaceConfigurations
public NetworkProfileInner withContainerNetworkInterfaceConfigurations(List
Set the containerNetworkInterfaceConfigurations property: List of chid container network interface configurations.
Parameters:
Returns:
withId
public NetworkProfileInner withId(String id)
Set the id property: Resource ID.
Parameters:
Returns:
withLocation
public NetworkProfileInner withLocation(String location)
Overrides:
NetworkProfileInner.withLocation(String location)Parameters:
withTags
public NetworkProfileInner withTags(Map
Overrides:
NetworkProfileInner.withTags(Map<String,String> tags)Parameters:
Applies to
Azure SDK for Java