FluidRelayServerUpdate interface

The updatable properties of a Fluid Relay server

Properties

encryption

All encryption configuration for a resource.

identity

The type of identity used for the resource.

location

The geo-location where the resource lives

tags

Resource tags.

Property Details

encryption

All encryption configuration for a resource.

encryption?: EncryptionProperties

Property Value

identity

The type of identity used for the resource.

identity?: Identity

Property Value

location

The geo-location where the resource lives

location?: string

Property Value

string

tags

Resource tags.

tags?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}