FluidRelayEndpoints Class
- java.
lang. Object - com.
azure. resourcemanager. fluidrelay. models. FluidRelayEndpoints
- com.
Implements
public final class FluidRelayEndpoints
implements JsonSerializable<FluidRelayEndpoints>
The Fluid Relay endpoints for this server.
Constructor Summary
| Constructor | Description |
|---|---|
| FluidRelayEndpoints() |
Creates an instance of Fluid |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Fluid |
fromJson(JsonReader jsonReader)
Reads an instance of Fluid |
| List<String> |
ordererEndpoints()
Get the orderer |
| List<String> |
serviceEndpoints()
Get the service |
| List<String> |
storageEndpoints()
Get the storage |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
FluidRelayEndpoints
public FluidRelayEndpoints()
Creates an instance of FluidRelayEndpoints class.
Method Details
fromJson
public static FluidRelayEndpoints fromJson(JsonReader jsonReader)
Reads an instance of FluidRelayEndpoints from the JsonReader.
Parameters:
Returns:
Throws:
ordererEndpoints
public List<String> ordererEndpoints()
Get the ordererEndpoints property: The Fluid Relay Orderer endpoints.
Returns:
serviceEndpoints
public List<String> serviceEndpoints()
Get the serviceEndpoints property: The Fluid Relay service endpoints.
Returns:
storageEndpoints
public List<String> storageEndpoints()
Get the storageEndpoints property: The Fluid Relay storage endpoints.
Returns:
toJson
validate
public void validate()
Validates the instance.