EffectiveConnectivityConfiguration Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. EffectiveConnectivityConfiguration
- com.
Implements
public class EffectiveConnectivityConfiguration
implements JsonSerializable<EffectiveConnectivityConfiguration>
The network manager effective connectivity configuration.
Constructor Summary
Constructor | Description |
---|---|
EffectiveConnectivityConfiguration() |
Creates an instance of Effective |
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Connectivity |
appliesToGroups()
Get the applies |
List<Configuration |
configurationGroups()
Get the configuration |
Connectivity |
connectivityTopology()
Get the connectivity |
Delete |
deleteExistingPeering()
Get the delete |
String |
description()
Get the description property: A description of the connectivity configuration. |
static
Effective |
fromJson(JsonReader jsonReader)
Reads an instance of Effective |
List<Hub> |
hubs()
Get the hubs property: List of hub |
String |
id()
Get the id property: Connectivity configuration ID. |
Is |
isGlobal()
Get the is |
Provisioning |
provisioningState()
Get the provisioning |
String |
resourceGuid()
Get the resource |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Effective |
withAppliesToGroups(List<ConnectivityGroupItem> appliesToGroups)
Set the applies |
Effective |
withConfigurationGroups(List<ConfigurationGroup> configurationGroups)
Set the configuration |
Effective |
withConnectivityTopology(ConnectivityTopology connectivityTopology)
Set the connectivity |
Effective |
withDeleteExistingPeering(DeleteExistingPeering deleteExistingPeering)
Set the delete |
Effective |
withDescription(String description)
Set the description property: A description of the connectivity configuration. |
Effective |
withHubs(List<Hub> hubs)
Set the hubs property: List of hub |
Effective |
withId(String id)
Set the id property: Connectivity configuration ID. |
Effective |
withIsGlobal(IsGlobal isGlobal)
Set the is |
Methods inherited from java.lang.Object
Constructor Details
EffectiveConnectivityConfiguration
public EffectiveConnectivityConfiguration()
Creates an instance of EffectiveConnectivityConfiguration class.
Method Details
appliesToGroups
public List
Get the appliesToGroups property: Groups for configuration.
Returns:
configurationGroups
public List
Get the configurationGroups property: Effective configuration groups.
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:
fromJson
public static EffectiveConnectivityConfiguration fromJson(JsonReader jsonReader)
Reads an instance of EffectiveConnectivityConfiguration 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: Connectivity configuration ID.
Returns:
isGlobal
public IsGlobal isGlobal()
Get the isGlobal property: Flag if global mesh is supported.
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:
toJson
validate
public void validate()
Validates the instance.
withAppliesToGroups
public EffectiveConnectivityConfiguration withAppliesToGroups(List
Set the appliesToGroups property: Groups for configuration.
Parameters:
Returns:
withConfigurationGroups
public EffectiveConnectivityConfiguration withConfigurationGroups(List
Set the configurationGroups property: Effective configuration groups.
Parameters:
Returns:
withConnectivityTopology
public EffectiveConnectivityConfiguration withConnectivityTopology(ConnectivityTopology connectivityTopology)
Set the connectivityTopology property: Connectivity topology type.
Parameters:
Returns:
withDeleteExistingPeering
public EffectiveConnectivityConfiguration withDeleteExistingPeering(DeleteExistingPeering deleteExistingPeering)
Set the deleteExistingPeering property: Flag if need to remove current existing peerings.
Parameters:
Returns:
withDescription
public EffectiveConnectivityConfiguration withDescription(String description)
Set the description property: A description of the connectivity configuration.
Parameters:
Returns:
withHubs
public EffectiveConnectivityConfiguration withHubs(List
Set the hubs property: List of hubItems.
Parameters:
Returns:
withId
public EffectiveConnectivityConfiguration withId(String id)
Set the id property: Connectivity configuration ID.
Parameters:
Returns:
withIsGlobal
public EffectiveConnectivityConfiguration withIsGlobal(IsGlobal isGlobal)
Set the isGlobal property: Flag if global mesh is supported.
Parameters:
Returns:
Applies to
Azure SDK for Java