Class EffectiveConnectivityConfiguration

java.lang.Object
com.azure.resourcemanager.network.models.EffectiveConnectivityConfiguration
Direct Known Subclasses:
ActiveConnectivityConfiguration

public class EffectiveConnectivityConfiguration extends Object
The network manager effective connectivity configuration.
  • Constructor Details

    • EffectiveConnectivityConfiguration

      public EffectiveConnectivityConfiguration()
      Creates an instance of EffectiveConnectivityConfiguration class.
  • Method Details

    • id

      public String id()
      Get the id property: Connectivity configuration ID.
      Returns:
      the id value.
    • withId

      Set the id property: Connectivity configuration ID.
      Parameters:
      id - the id value to set.
      Returns:
      the EffectiveConnectivityConfiguration object itself.
    • configurationGroups

      public List<ConfigurationGroup> configurationGroups()
      Get the configurationGroups property: Effective configuration groups.
      Returns:
      the configurationGroups value.
    • withConfigurationGroups

      public EffectiveConnectivityConfiguration withConfigurationGroups(List<ConfigurationGroup> configurationGroups)
      Set the configurationGroups property: Effective configuration groups.
      Parameters:
      configurationGroups - the configurationGroups value to set.
      Returns:
      the EffectiveConnectivityConfiguration object itself.
    • description

      public String description()
      Get the description property: A description of the connectivity configuration.
      Returns:
      the description value.
    • withDescription

      public EffectiveConnectivityConfiguration withDescription(String description)
      Set the description property: A description of the connectivity configuration.
      Parameters:
      description - the description value to set.
      Returns:
      the EffectiveConnectivityConfiguration object itself.
    • connectivityTopology

      public ConnectivityTopology connectivityTopology()
      Get the connectivityTopology property: Connectivity topology type.
      Returns:
      the connectivityTopology value.
    • withConnectivityTopology

      public EffectiveConnectivityConfiguration withConnectivityTopology(ConnectivityTopology connectivityTopology)
      Set the connectivityTopology property: Connectivity topology type.
      Parameters:
      connectivityTopology - the connectivityTopology value to set.
      Returns:
      the EffectiveConnectivityConfiguration object itself.
    • hubs

      public List<Hub> hubs()
      Get the hubs property: List of hubItems.
      Returns:
      the hubs value.
    • withHubs

      public EffectiveConnectivityConfiguration withHubs(List<Hub> hubs)
      Set the hubs property: List of hubItems.
      Parameters:
      hubs - the hubs value to set.
      Returns:
      the EffectiveConnectivityConfiguration object itself.
    • isGlobal

      public IsGlobal isGlobal()
      Get the isGlobal property: Flag if global mesh is supported.
      Returns:
      the isGlobal value.
    • withIsGlobal

      public EffectiveConnectivityConfiguration withIsGlobal(IsGlobal isGlobal)
      Set the isGlobal property: Flag if global mesh is supported.
      Parameters:
      isGlobal - the isGlobal value to set.
      Returns:
      the EffectiveConnectivityConfiguration object itself.
    • appliesToGroups

      public List<ConnectivityGroupItem> appliesToGroups()
      Get the appliesToGroups property: Groups for configuration.
      Returns:
      the appliesToGroups value.
    • withAppliesToGroups

      public EffectiveConnectivityConfiguration withAppliesToGroups(List<ConnectivityGroupItem> appliesToGroups)
      Set the appliesToGroups property: Groups for configuration.
      Parameters:
      appliesToGroups - the appliesToGroups value to set.
      Returns:
      the EffectiveConnectivityConfiguration object itself.
    • provisioningState

      public ProvisioningState provisioningState()
      Get the provisioningState property: The provisioning state of the connectivity configuration resource.
      Returns:
      the provisioningState value.
    • deleteExistingPeering

      public DeleteExistingPeering deleteExistingPeering()
      Get the deleteExistingPeering property: Flag if need to remove current existing peerings.
      Returns:
      the deleteExistingPeering value.
    • withDeleteExistingPeering

      public EffectiveConnectivityConfiguration withDeleteExistingPeering(DeleteExistingPeering deleteExistingPeering)
      Set the deleteExistingPeering property: Flag if need to remove current existing peerings.
      Parameters:
      deleteExistingPeering - the deleteExistingPeering value to set.
      Returns:
      the EffectiveConnectivityConfiguration object itself.
    • resourceGuid

      public String resourceGuid()
      Get the resourceGuid property: Unique identifier for this resource.
      Returns:
      the resourceGuid value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.