AllowedConnectionsResourceInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. security. fluent. models. AllowedConnectionsResourceInner
- com.
- com.
public final class AllowedConnectionsResourceInner
extends ProxyResource
The resource whose properties describes the allowed traffic between Azure resources.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Offset |
calculatedDateTime()
Get the calculated |
|
List<Connectable |
connectableResources()
Get the connectable |
|
static
Allowed |
fromJson(JsonReader jsonReader)
Reads an instance of Allowed |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
location()
Get the location property: Location where the resource is stored. |
| String |
name()
Get the name property: The name of the resource. |
|
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. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Method Details
calculatedDateTime
public OffsetDateTime calculatedDateTime()
Get the calculatedDateTime property: The UTC time on which the allowed connections resource was calculated.
Returns:
connectableResources
public List<ConnectableResource> connectableResources()
Get the connectableResources property: List of connectable resources.
Returns:
fromJson
public static AllowedConnectionsResourceInner fromJson(JsonReader jsonReader)
Reads an instance of AllowedConnectionsResourceInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
AllowedConnectionsResourceInner.id()Returns:
location
public String location()
Get the location property: Location where the resource is stored.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
AllowedConnectionsResourceInner.name()Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
AllowedConnectionsResourceInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
AllowedConnectionsResourceInner.type()Returns:
validate
public void validate()
Validates the instance.