Share via


LoadBalancerDetails Class

  • java.lang.Object
    • com.azure.resourcemanager.workloadssapvirtualinstance.models.LoadBalancerDetails

Implements

public final class LoadBalancerDetails
implements JsonSerializable<LoadBalancerDetails>

The Load Balancer details such as Load Balancer ID.

Method Summary

Modifier and Type Method and Description
static LoadBalancerDetails fromJson(JsonReader jsonReader)

Reads an instance of LoadBalancerDetails from the JsonReader.

String id()

Get the id property: Fully qualified resource ID for the load balancer.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Method Details

fromJson

public static LoadBalancerDetails fromJson(JsonReader jsonReader)

Reads an instance of LoadBalancerDetails from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

id

public String id()

Get the id property: Fully qualified resource ID for the load balancer.

Returns:

the id value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to