InterconnectInstanceView Class

  • java.lang.Object
    • com.azure.resourcemanager.compute.models.InterconnectInstanceView

Implements

public final class InterconnectInstanceView
implements JsonSerializable<InterconnectInstanceView>

The Interconnect Block instance view details for a Virtual Machine or Scale Set VM instance.

Method Summary

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

Reads an instance of InterconnectInstanceView from the JsonReader.

String interconnectSubgroupId()

Get the interconnectSubgroupId property: The ID (GUID) of the Interconnect subgroup in which the Virtual Machine was placed.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Method Details

fromJson

public static InterconnectInstanceView fromJson(JsonReader jsonReader)

Reads an instance of InterconnectInstanceView from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

interconnectSubgroupId

public String interconnectSubgroupId()

Get the interconnectSubgroupId property: The ID (GUID) of the Interconnect subgroup in which the Virtual Machine was placed.

Returns:

the interconnectSubgroupId value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to