Uses of Class
com.azure.resourcemanager.network.models.PeeringEnforcement
Packages that use PeeringEnforcement
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of PeeringEnforcement in com.azure.resourcemanager.network.models
Subclasses with type arguments of type PeeringEnforcement in com.azure.resourcemanager.network.modelsModifier and TypeClassDescriptionfinal classOption indicating enforcement of peerings created by the connectivity configuration.Fields in com.azure.resourcemanager.network.models declared as PeeringEnforcementModifier and TypeFieldDescriptionstatic final PeeringEnforcementPeeringEnforcement.ENFORCEDStatic value Enforced for PeeringEnforcement.static final PeeringEnforcementPeeringEnforcement.UNENFORCEDStatic value Unenforced for PeeringEnforcement.Methods in com.azure.resourcemanager.network.models that return PeeringEnforcementModifier and TypeMethodDescriptionstatic PeeringEnforcementPeeringEnforcement.fromString(String name) Creates or finds a PeeringEnforcement from its string representation.ConnectivityConfigurationPropertiesConnectivityCapabilities.peeringEnforcement()Get the peeringEnforcement property: Option indicating enforcement of peerings created by the connectivity configuration.Methods in com.azure.resourcemanager.network.models that return types with arguments of type PeeringEnforcementModifier and TypeMethodDescriptionstatic Collection<PeeringEnforcement> PeeringEnforcement.values()Gets known PeeringEnforcement values.Methods in com.azure.resourcemanager.network.models with parameters of type PeeringEnforcementModifier and TypeMethodDescriptionConnectivityConfigurationPropertiesConnectivityCapabilities.withPeeringEnforcement(PeeringEnforcement peeringEnforcement) Set the peeringEnforcement property: Option indicating enforcement of peerings created by the connectivity configuration.