ConnectivityConfigurationInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. network. models. ChildResource - com.
azure. resourcemanager. network. fluent. models. ConnectivityConfigurationInner
- com.
- com.
- com.
public final class ConnectivityConfigurationInner
extends ChildResource
The network manager connectivity configuration resource.
Constructor Summary
Constructor | Description |
---|---|
ConnectivityConfigurationInner() |
Creates an instance of Connectivity |
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Connectivity |
appliesToGroups()
Get the applies |
Connectivity |
connectivityTopology()
Get the connectivity |
Delete |
deleteExistingPeering()
Get the delete |
String |
description()
Get the description property: A description of the connectivity configuration. |
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated. |
static
Connectivity |
fromJson(JsonReader jsonReader)
Reads an instance of Connectivity |
List<Hub> |
hubs()
Get the hubs property: List of hub |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
Is |
isGlobal()
Get the is |
String |
name()
Get the name property: The name of the resource. |
Provisioning |
provisioningState()
Get the provisioning |
String |
resourceGuid()
Get the resource |
System |
systemData()
Get the system |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Connectivity |
withAppliesToGroups(List<ConnectivityGroupItem> appliesToGroups)
Set the applies |
Connectivity |
withConnectivityTopology(ConnectivityTopology connectivityTopology)
Set the connectivity |
Connectivity |
withDeleteExistingPeering(DeleteExistingPeering deleteExistingPeering)
Set the delete |
Connectivity |
withDescription(String description)
Set the description property: A description of the connectivity configuration. |
Connectivity |
withHubs(List<Hub> hubs)
Set the hubs property: List of hub |
Connectivity |
withIsGlobal(IsGlobal isGlobal)
Set the is |
Methods inherited from ChildResource
Methods inherited from java.lang.Object
Constructor Details
ConnectivityConfigurationInner
public ConnectivityConfigurationInner()
Creates an instance of ConnectivityConfigurationInner class.
Method Details
appliesToGroups
public List
Get the appliesToGroups property: Groups for configuration.
Returns:
connectivityTopology
public ConnectivityTopology connectivityTopology()
Get the connectivityTopology property: Connectivity topology type.
Returns:
deleteExistingPeering
public DeleteExistingPeering deleteExistingPeering()
Get the deleteExistingPeering property: Flag if need to remove current existing peerings.
Returns:
description
public String description()
Get the description property: A description of the connectivity configuration.
Returns:
etag
public String etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
Overrides:
ConnectivityConfigurationInner.etag()Returns:
fromJson
public static ConnectivityConfigurationInner fromJson(JsonReader jsonReader)
Reads an instance of ConnectivityConfigurationInner from the JsonReader.
Parameters:
Returns:
Throws:
hubs
public List
Get the hubs property: List of hubItems.
Returns:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
ConnectivityConfigurationInner.id()Returns:
isGlobal
public IsGlobal isGlobal()
Get the isGlobal property: Flag if global mesh is supported.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
ConnectivityConfigurationInner.name()Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the connectivity configuration resource.
Returns:
resourceGuid
public String resourceGuid()
Get the resourceGuid property: Unique identifier for this resource.
Returns:
systemData
public SystemData systemData()
Get the systemData property: The system metadata related to this resource.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ConnectivityConfigurationInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
ConnectivityConfigurationInner.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
ConnectivityConfigurationInner.validate()withAppliesToGroups
public ConnectivityConfigurationInner withAppliesToGroups(List
Set the appliesToGroups property: Groups for configuration.
Parameters:
Returns:
withConnectivityTopology
public ConnectivityConfigurationInner withConnectivityTopology(ConnectivityTopology connectivityTopology)
Set the connectivityTopology property: Connectivity topology type.
Parameters:
Returns:
withDeleteExistingPeering
public ConnectivityConfigurationInner withDeleteExistingPeering(DeleteExistingPeering deleteExistingPeering)
Set the deleteExistingPeering property: Flag if need to remove current existing peerings.
Parameters:
Returns:
withDescription
public ConnectivityConfigurationInner withDescription(String description)
Set the description property: A description of the connectivity configuration.
Parameters:
Returns:
withHubs
public ConnectivityConfigurationInner withHubs(List
Set the hubs property: List of hubItems.
Parameters:
Returns:
withIsGlobal
public ConnectivityConfigurationInner withIsGlobal(IsGlobal isGlobal)
Set the isGlobal property: Flag if global mesh is supported.
Parameters:
Returns:
Applies to
Azure SDK for Java