FluidRelayContainerProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.fluidrelay.fluent.models.FluidRelayContainerProperties

Implements

public final class FluidRelayContainerProperties
implements JsonSerializable<FluidRelayContainerProperties>

The properties of a Fluid Relay Container resource.

Constructor Summary

Constructor Description
FluidRelayContainerProperties()

Creates an instance of FluidRelayContainerProperties class.

Method Summary

Modifier and Type Method and Description
OffsetDateTime creationTime()

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

static FluidRelayContainerProperties fromJson(JsonReader jsonReader)

Reads an instance of FluidRelayContainerProperties 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.

OffsetDateTime lastAccessTime()

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

ProvisioningState provisioningState()

Get the provisioningState property: Provision states for FluidRelay RP.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

FluidRelayContainerProperties

public FluidRelayContainerProperties()

Creates an instance of FluidRelayContainerProperties class.

Method Details

creationTime

public OffsetDateTime creationTime()

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

Returns:

the creationTime value.

fromJson

public static FluidRelayContainerProperties fromJson(JsonReader jsonReader)

Reads an instance of FluidRelayContainerProperties from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

Throws:

IOException

- If an error occurs while reading the FluidRelayContainerProperties.

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.

lastAccessTime

public OffsetDateTime lastAccessTime()

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

Returns:

the lastAccessTime value.

provisioningState

public ProvisioningState provisioningState()

Get the provisioningState property: Provision states for FluidRelay RP.

Returns:

the provisioningState value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to