ContactProfilesPropertiesNetworkConfiguration Class

  • java.lang.Object
    • com.azure.resourcemanager.orbital.models.ContactProfilesPropertiesNetworkConfiguration

Implements

public final class ContactProfilesPropertiesNetworkConfiguration
implements JsonSerializable<ContactProfilesPropertiesNetworkConfiguration>

Network configuration of customer virtual network.

Constructor Summary

Constructor Description
ContactProfilesPropertiesNetworkConfiguration()

Creates an instance of ContactProfilesPropertiesNetworkConfiguration class.

Method Summary

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

Reads an instance of ContactProfilesPropertiesNetworkConfiguration from the JsonReader.

String subnetId()

Get the subnetId property: ARM resource identifier of the subnet delegated to the Microsoft.Orbital/orbitalGateways.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

ContactProfilesPropertiesNetworkConfiguration withSubnetId(String subnetId)

Set the subnetId property: ARM resource identifier of the subnet delegated to the Microsoft.Orbital/orbitalGateways.

Methods inherited from java.lang.Object

Constructor Details

ContactProfilesPropertiesNetworkConfiguration

public ContactProfilesPropertiesNetworkConfiguration()

Creates an instance of ContactProfilesPropertiesNetworkConfiguration class.

Method Details

fromJson

public static ContactProfilesPropertiesNetworkConfiguration fromJson(JsonReader jsonReader)

Reads an instance of ContactProfilesPropertiesNetworkConfiguration from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ContactProfilesPropertiesNetworkConfiguration if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

subnetId

public String subnetId()

Get the subnetId property: ARM resource identifier of the subnet delegated to the Microsoft.Orbital/orbitalGateways. Needs to be at least a class C subnet, and should not have any IP created in it.

Returns:

the subnetId value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withSubnetId

public ContactProfilesPropertiesNetworkConfiguration withSubnetId(String subnetId)

Set the subnetId property: ARM resource identifier of the subnet delegated to the Microsoft.Orbital/orbitalGateways. Needs to be at least a class C subnet, and should not have any IP created in it.

Parameters:

subnetId - the subnetId value to set.

Returns:

the ContactProfilesPropertiesNetworkConfiguration object itself.

Applies to