IpamPoolInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. network. models. CommonResource - com.
azure. resourcemanager. network. models. CommonTrackedResource - com.
azure. resourcemanager. network. fluent. models. IpamPoolInner
- com.
- com.
- com.
- com.
public final class IpamPoolInner
extends CommonTrackedResource
Instance of Pool resource.
Constructor Summary
Constructor | Description |
---|---|
IpamPoolInner() |
Creates an instance of Ipam |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
etag()
Get the etag property: String representing unique etag for the resource document. |
static
Ipam |
fromJson(JsonReader jsonReader)
Reads an instance of Ipam |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
name()
Get the name property: The name of the resource. |
Ipam |
properties()
Get the properties property: Properties of Ipam |
System |
systemData()
Get the system |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Ipam |
withLocation(String location)
Set the location property: The geo-location where the resource lives. |
Ipam |
withProperties(IpamPoolProperties properties)
Set the properties property: Properties of Ipam |
Ipam |
withTags(Map<String,String> tags)
Set the tags property: Resource tags. |
Methods inherited from CommonTrackedResource
Methods inherited from java.lang.Object
Constructor Details
IpamPoolInner
public IpamPoolInner()
Creates an instance of IpamPoolInner class.
Method Details
etag
public String etag()
Get the etag property: String representing unique etag for the resource document.
Returns:
fromJson
public static IpamPoolInner fromJson(JsonReader jsonReader)
Reads an instance of IpamPoolInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
IpamPoolInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
IpamPoolInner.name()Returns:
properties
public IpamPoolProperties properties()
Get the properties property: Properties of IpamPool resource properties which are specific to the Pool resource.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Overrides:
IpamPoolInner.systemData()Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
IpamPoolInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
IpamPoolInner.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
IpamPoolInner.validate()withLocation
public IpamPoolInner withLocation(String location)
Set the location property: The geo-location where the resource lives.
Overrides:
IpamPoolInner.withLocation(String location)Parameters:
withProperties
public IpamPoolInner withProperties(IpamPoolProperties properties)
Set the properties property: Properties of IpamPool resource properties which are specific to the Pool resource.
Parameters:
Returns:
withTags
public IpamPoolInner withTags(Map<String,String> tags)
Set the tags property: Resource tags.
Overrides:
IpamPoolInner.withTags(Map<String,String> tags)Parameters: