GatewayServerProperties Class
- java.
lang. Object - com.
azure. resourcemanager. workloadssapvirtualinstance. models. GatewayServerProperties
- com.
Implements
public final class GatewayServerProperties
implements JsonSerializable<GatewayServerProperties>
Defines the SAP Gateway Server properties.
Constructor Summary
| Constructor | Description |
|---|---|
| GatewayServerProperties() |
Creates an instance of Gateway |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Gateway |
fromJson(JsonReader jsonReader)
Reads an instance of Gateway |
|
Sap |
health()
Get the health property: Defines the health of SAP Instances. |
| Long |
port()
Get the port property: Gateway Port. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
GatewayServerProperties
public GatewayServerProperties()
Creates an instance of GatewayServerProperties class.
Method Details
fromJson
public static GatewayServerProperties fromJson(JsonReader jsonReader)
Reads an instance of GatewayServerProperties from the JsonReader.
Parameters:
Returns:
Throws:
health
public SapHealthState health()
Get the health property: Defines the health of SAP Instances.
Returns:
port
public Long port()
Get the port property: Gateway Port.
Returns:
toJson
validate
public void validate()
Validates the instance.