ContactProfilesPropertiesNetworkConfiguration Class
- java.
lang. Object - com.
azure. resourcemanager. orbital. models. ContactProfilesPropertiesNetworkConfiguration
- com.
Implements
public final class ContactProfilesPropertiesNetworkConfiguration
implements JsonSerializable<ContactProfilesPropertiesNetworkConfiguration>
Network configuration of customer virtual network.
Constructor Summary
| Constructor | Description |
|---|---|
| ContactProfilesPropertiesNetworkConfiguration() |
Creates an instance of Contact |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Contact |
fromJson(JsonReader jsonReader)
Reads an instance of Contact |
| String |
subnetId()
Get the subnet |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Contact |
withSubnetId(String subnetId)
Set the subnet |
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:
Returns:
Throws:
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:
toJson
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:
Returns: