FluidRelayServerProperties Class
- java.
lang. Object - com.
azure. resourcemanager. fluidrelay. fluent. models. FluidRelayServerProperties
- com.
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 Fluid |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Encryption |
encryption()
Get the encryption property: All encryption configuration for a resource. |
|
Fluid |
fluidRelayEndpoints()
Get the fluid |
|
static
Fluid |
fromJson(JsonReader jsonReader)
Reads an instance of Fluid |
| String |
frsTenantId()
Get the frs |
|
Provisioning |
provisioningState()
Get the provisioning |
|
Storage |
storagesku()
Get the storagesku property: Sku of the storage associated with the resource. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Fluid |
withEncryption(EncryptionProperties encryption)
Set the encryption property: All encryption configuration for a resource. |
|
Fluid |
withProvisioningState(ProvisioningState provisioningState)
Set the provisioning |
|
Fluid |
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:
fluidRelayEndpoints
public FluidRelayEndpoints fluidRelayEndpoints()
Get the fluidRelayEndpoints property: The Fluid Relay Service endpoints for this server.
Returns:
fromJson
public static FluidRelayServerProperties fromJson(JsonReader jsonReader)
Reads an instance of FluidRelayServerProperties from the JsonReader.
Parameters:
Returns:
Throws:
frsTenantId
public String frsTenantId()
Get the frsTenantId property: The Fluid tenantId for this server.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: Provision states for FluidRelay RP.
Returns:
storagesku
public StorageSku storagesku()
Get the storagesku property: Sku of the storage associated with the resource.
Returns:
toJson
validate
public void validate()
Validates the instance.
withEncryption
public FluidRelayServerProperties withEncryption(EncryptionProperties encryption)
Set the encryption property: All encryption configuration for a resource.
Parameters:
Returns:
withProvisioningState
public FluidRelayServerProperties withProvisioningState(ProvisioningState provisioningState)
Set the provisioningState property: Provision states for FluidRelay RP.
Parameters:
Returns:
withStoragesku
public FluidRelayServerProperties withStoragesku(StorageSku storagesku)
Set the storagesku property: Sku of the storage associated with the resource.
Parameters:
Returns: