FluidRelayServerProperties Class

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

Implements

public final class FluidRelayServerProperties
implements JsonSerializable<FluidRelayServerProperties>

The properties of a Fluid Relay Service resource.

Constructor Summary

Constructor Description
FluidRelayServerProperties()

Creates an instance of FluidRelayServerProperties class.

Method Summary

Modifier and Type Method and Description
EncryptionProperties encryption()

Get the encryption property: All encryption configuration for a resource.

FluidRelayEndpoints fluidRelayEndpoints()

Get the fluidRelayEndpoints property: The Fluid Relay Service endpoints for this server.

static FluidRelayServerProperties fromJson(JsonReader jsonReader)

Reads an instance of FluidRelayServerProperties from the JsonReader.

String frsTenantId()

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

ProvisioningState provisioningState()

Get the provisioningState property: Provision states for FluidRelay RP.

StorageSku storagesku()

Get the storagesku property: Sku of the storage associated with the resource.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

FluidRelayServerProperties withEncryption(EncryptionProperties encryption)

Set the encryption property: All encryption configuration for a resource.

FluidRelayServerProperties withProvisioningState(ProvisioningState provisioningState)

Set the provisioningState property: Provision states for FluidRelay RP.

FluidRelayServerProperties withStoragesku(StorageSku storagesku)

Set the storagesku property: Sku of the storage associated with the resource.

Methods inherited from java.lang.Object

Constructor Details

FluidRelayServerProperties

public FluidRelayServerProperties()

Creates an instance of FluidRelayServerProperties class.

Method Details

encryption

public EncryptionProperties encryption()

Get the encryption property: All encryption configuration for a resource.

Returns:

the encryption value.

fluidRelayEndpoints

public FluidRelayEndpoints fluidRelayEndpoints()

Get the fluidRelayEndpoints property: The Fluid Relay Service endpoints for this server.

Returns:

the fluidRelayEndpoints value.

fromJson

public static FluidRelayServerProperties fromJson(JsonReader jsonReader)

Reads an instance of FluidRelayServerProperties from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of FluidRelayServerProperties 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 FluidRelayServerProperties.

frsTenantId

public String frsTenantId()

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

Returns:

the frsTenantId value.

provisioningState

public ProvisioningState provisioningState()

Get the provisioningState property: Provision states for FluidRelay RP.

Returns:

the provisioningState value.

storagesku

public StorageSku storagesku()

Get the storagesku property: Sku of the storage associated with the resource.

Returns:

the storagesku value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withEncryption

public FluidRelayServerProperties withEncryption(EncryptionProperties encryption)

Set the encryption property: All encryption configuration for a resource.

Parameters:

encryption - the encryption value to set.

Returns:

the FluidRelayServerProperties object itself.

withProvisioningState

public FluidRelayServerProperties withProvisioningState(ProvisioningState provisioningState)

Set the provisioningState property: Provision states for FluidRelay RP.

Parameters:

provisioningState - the provisioningState value to set.

Returns:

the FluidRelayServerProperties object itself.

withStoragesku

public FluidRelayServerProperties withStoragesku(StorageSku storagesku)

Set the storagesku property: Sku of the storage associated with the resource.

Parameters:

storagesku - the storagesku value to set.

Returns:

the FluidRelayServerProperties object itself.

Applies to