IpGroupInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. network. fluent. models. IpGroupInner
- com.
- com.
- com.
public final class IpGroupInner
extends Resource
The IpGroups resource information.
Constructor Summary
Constructor | Description |
---|---|
IpGroupInner() |
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. |
List<Sub |
firewallPolicies()
Get the firewall |
List<Sub |
firewalls()
Get the firewalls property: List of references to Firewall resources that this Ip |
static
Ip |
fromJson(JsonReader jsonReader)
Reads an instance of Ip |
String |
id()
Get the id property: Resource ID. |
List<String> |
ipAddresses()
Get the ip |
String |
name()
Get the name property: The name of the resource. |
Provisioning |
provisioningState()
Get the provisioning |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Ip |
withId(String id)
Set the id property: Resource ID. |
Ip |
withIpAddresses(List<String> ipAddresses)
Set the ip |
Ip |
withLocation(String location) |
Ip |
withTags(Map<String,String> tags) |
Methods inherited from ProxyResource
Methods inherited from Resource
Methods inherited from java.lang.Object
Constructor Details
IpGroupInner
public IpGroupInner()
Creates an instance of IpGroupInner class.
Method Details
etag
public String etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
Returns:
firewallPolicies
public List
Get the firewallPolicies property: List of references to Firewall Policies resources that this IpGroups is associated with.
Returns:
firewalls
public List
Get the firewalls property: List of references to Firewall resources that this IpGroups is associated with.
Returns:
fromJson
public static IpGroupInner fromJson(JsonReader jsonReader)
Reads an instance of IpGroupInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Resource ID.
Overrides:
IpGroupInner.id()Returns:
ipAddresses
public List
Get the ipAddresses property: IpAddresses/IpAddressPrefixes in the IpGroups resource.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
IpGroupInner.name()Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the IpGroups resource.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
IpGroupInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
IpGroupInner.type()Returns:
validate
public void validate()
Validates the instance.
withId
public IpGroupInner withId(String id)
Set the id property: Resource ID.
Parameters:
Returns:
withIpAddresses
public IpGroupInner withIpAddresses(List
Set the ipAddresses property: IpAddresses/IpAddressPrefixes in the IpGroups resource.
Parameters:
Returns:
withLocation
public IpGroupInner withLocation(String location)
Overrides:
IpGroupInner.withLocation(String location)Parameters:
withTags
public IpGroupInner withTags(Map
Overrides:
IpGroupInner.withTags(Map<String,String> tags)Parameters:
Applies to
Azure SDK for Java