FluidRelayContainerInner Class

public final class FluidRelayContainerInner
extends ProxyResource

A FluidRelay Container.

Constructor Summary

Constructor Description
FluidRelayContainerInner()

Creates an instance of FluidRelayContainerInner class.

Method Summary

Modifier and Type Method and Description
OffsetDateTime creationTime()

Get the creationTime property: The creation time of this resource.

static FluidRelayContainerInner fromJson(JsonReader jsonReader)

Reads an instance of FluidRelayContainerInner from the JsonReader.

String frsContainerId()

Get the frsContainerId property: The frsContainerId for this container.

String frsTenantId()

Get the frsTenantId property: The Fluid tenantId for this container.

String id()

Get the id property: Fully qualified resource Id for the resource.

OffsetDateTime lastAccessTime()

Get the lastAccessTime property: Last time when user access this resource.

String name()

Get the name property: The name of the resource.

ProvisioningState provisioningState()

Get the provisioningState property: Provision states for FluidRelay RP.

SystemData systemData()

Get the systemData property: System meta data for this resource, including creation and modification information.

JsonWriter 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:

the creationTime value.

fromJson

public static FluidRelayContainerInner fromJson(JsonReader jsonReader)

Reads an instance of FluidRelayContainerInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of FluidRelayContainerInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

frsContainerId

public String frsContainerId()

Get the frsContainerId property: The frsContainerId for this container.

Returns:

the frsContainerId value.

frsTenantId

public String frsTenantId()

Get the frsTenantId property: The Fluid tenantId for this container.

Returns:

the frsTenantId value.

id

public String id()

Get the id property: Fully qualified resource Id for the resource.

Overrides:

FluidRelayContainerInner.id()

Returns:

the id value.

lastAccessTime

public OffsetDateTime lastAccessTime()

Get the lastAccessTime property: Last time when user access this resource.

Returns:

the lastAccessTime value.

name

public String name()

Get the name property: The name of the resource.

Overrides:

FluidRelayContainerInner.name()

Returns:

the name value.

provisioningState

public ProvisioningState provisioningState()

Get the provisioningState property: Provision states for FluidRelay RP.

Returns:

the provisioningState value.

systemData

public SystemData systemData()

Get the systemData property: System meta data for this resource, including creation and modification information.

Returns:

the systemData value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

FluidRelayContainerInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The type of the resource.

Overrides:

FluidRelayContainerInner.type()

Returns:

the type value.

validate

public void validate()

Validates the instance.

Applies to