IpConfigurationProfileInner Class
- java.
lang. Object - com.
azure. core. management. SubResource - com.
azure. resourcemanager. network. fluent. models. IpConfigurationProfileInner
- com.
- com.
public final class IpConfigurationProfileInner
extends SubResource
IP configuration profile child resource.
Constructor Summary
Constructor | Description |
---|---|
IpConfigurationProfileInner() |
Creates an instance of Ip |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated. |
static
Ip |
fromJson(JsonReader jsonReader)
Reads an instance of Ip |
String |
name()
Get the name property: The name of the resource. |
Provisioning |
provisioningState()
Get the provisioning |
Subnet |
subnet()
Get the subnet property: The reference to the subnet resource to create a container network interface ip configuration. |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: Sub Resource type. |
void |
validate()
Validates the instance. |
Ip |
withId(String id) |
Ip |
withName(String name)
Set the name property: The name of the resource. |
Ip |
withSubnet(SubnetInner subnet)
Set the subnet property: The reference to the subnet resource to create a container network interface ip configuration. |
Methods inherited from SubResource
Methods inherited from java.lang.Object
Constructor Details
IpConfigurationProfileInner
public IpConfigurationProfileInner()
Creates an instance of IpConfigurationProfileInner class.
Method Details
etag
public String etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
Returns:
fromJson
public static IpConfigurationProfileInner fromJson(JsonReader jsonReader)
Reads an instance of IpConfigurationProfileInner from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: The name of the resource. This name can be used to access the resource.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the IP configuration profile resource.
Returns:
subnet
public SubnetInner subnet()
Get the subnet property: The reference to the subnet resource to create a container network interface ip configuration.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
IpConfigurationProfileInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: Sub Resource type.
Returns:
validate
public void validate()
Validates the instance.
withId
public IpConfigurationProfileInner withId(String id)
Overrides:
IpConfigurationProfileInner.withId(String id)Parameters:
withName
public IpConfigurationProfileInner withName(String name)
Set the name property: The name of the resource. This name can be used to access the resource.
Parameters:
Returns:
withSubnet
public IpConfigurationProfileInner withSubnet(SubnetInner subnet)
Set the subnet property: The reference to the subnet resource to create a container network interface ip configuration.
Parameters:
Returns: