FluidRelayContainerInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. fluidrelay. fluent. models. FluidRelayContainerInner
- com.
- com.
public final class FluidRelayContainerInner
extends ProxyResource
A FluidRelay Container.
Constructor Summary
| Constructor | Description |
|---|---|
| FluidRelayContainerInner() |
Creates an instance of Fluid |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Offset |
creationTime()
Get the creation |
|
static
Fluid |
fromJson(JsonReader jsonReader)
Reads an instance of Fluid |
| String |
frsContainerId()
Get the frs |
| String |
frsTenantId()
Get the frs |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
|
Offset |
lastAccessTime()
Get the last |
| String |
name()
Get the name property: The name of the resource. |
|
Provisioning |
provisioningState()
Get the provisioning |
|
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
Constructor Details
FluidRelayContainerInner
public FluidRelayContainerInner()
Creates an instance of FluidRelayContainerInner class.
Method Details
creationTime
public OffsetDateTime creationTime()
Get the creationTime property: The creation time of this resource.
Returns:
fromJson
public static FluidRelayContainerInner fromJson(JsonReader jsonReader)
Reads an instance of FluidRelayContainerInner from the JsonReader.
Parameters:
Returns:
Throws:
frsContainerId
public String frsContainerId()
Get the frsContainerId property: The frsContainerId for this container.
Returns:
frsTenantId
public String frsTenantId()
Get the frsTenantId property: The Fluid tenantId for this container.
Returns:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
FluidRelayContainerInner.id()Returns:
lastAccessTime
public OffsetDateTime lastAccessTime()
Get the lastAccessTime property: Last time when user access this resource.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
FluidRelayContainerInner.name()Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: Provision states for FluidRelay RP.
Returns:
systemData
public SystemData systemData()
Get the systemData property: System meta data for this resource, including creation and modification information.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
FluidRelayContainerInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
FluidRelayContainerInner.type()Returns:
validate
public void validate()
Validates the instance.