Class ExpressRouteServiceProviderPropertiesFormat
- java.lang.Object
-
- com.azure.resourcemanager.network.fluent.models.ExpressRouteServiceProviderPropertiesFormat
-
public final class ExpressRouteServiceProviderPropertiesFormat extends Object
Properties of ExpressRouteServiceProvider.
-
-
Constructor Summary
Constructors Constructor Description ExpressRouteServiceProviderPropertiesFormat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ExpressRouteServiceProviderBandwidthsOffered>bandwidthsOffered()Get the bandwidthsOffered property: A list of bandwidths offered.List<String>peeringLocations()Get the peeringLocations property: A list of peering locations.ProvisioningStateprovisioningState()Get the provisioningState property: The provisioning state of the express route service provider resource.voidvalidate()Validates the instance.ExpressRouteServiceProviderPropertiesFormatwithBandwidthsOffered(List<ExpressRouteServiceProviderBandwidthsOffered> bandwidthsOffered)Set the bandwidthsOffered property: A list of bandwidths offered.ExpressRouteServiceProviderPropertiesFormatwithPeeringLocations(List<String> peeringLocations)Set the peeringLocations property: A list of peering locations.
-
-
-
Method Detail
-
peeringLocations
public List<String> peeringLocations()
Get the peeringLocations property: A list of peering locations.- Returns:
- the peeringLocations value.
-
withPeeringLocations
public ExpressRouteServiceProviderPropertiesFormat withPeeringLocations(List<String> peeringLocations)
Set the peeringLocations property: A list of peering locations.- Parameters:
peeringLocations- the peeringLocations value to set.- Returns:
- the ExpressRouteServiceProviderPropertiesFormat object itself.
-
bandwidthsOffered
public List<ExpressRouteServiceProviderBandwidthsOffered> bandwidthsOffered()
Get the bandwidthsOffered property: A list of bandwidths offered.- Returns:
- the bandwidthsOffered value.
-
withBandwidthsOffered
public ExpressRouteServiceProviderPropertiesFormat withBandwidthsOffered(List<ExpressRouteServiceProviderBandwidthsOffered> bandwidthsOffered)
Set the bandwidthsOffered property: A list of bandwidths offered.- Parameters:
bandwidthsOffered- the bandwidthsOffered value to set.- Returns:
- the ExpressRouteServiceProviderPropertiesFormat object itself.
-
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the express route service provider resource.- Returns:
- the provisioningState value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-