CheckServiceProviderAvailabilityInput Class

  • java.lang.Object
    • com.azure.resourcemanager.peering.models.CheckServiceProviderAvailabilityInput

public final class CheckServiceProviderAvailabilityInput

Class for CheckServiceProviderAvailabilityInput.

Constructor Summary

Constructor Description
CheckServiceProviderAvailabilityInput()

Creates an instance of CheckServiceProviderAvailabilityInput class.

Method Summary

Modifier and Type Method and Description
String peeringServiceLocation()

Get the peeringServiceLocation property: Gets or sets the peering service location.

String peeringServiceProvider()

Get the peeringServiceProvider property: Gets or sets the peering service provider.

void validate()

Validates the instance.

CheckServiceProviderAvailabilityInput withPeeringServiceLocation(String peeringServiceLocation)

Set the peeringServiceLocation property: Gets or sets the peering service location.

CheckServiceProviderAvailabilityInput withPeeringServiceProvider(String peeringServiceProvider)

Set the peeringServiceProvider property: Gets or sets the peering service provider.

Methods inherited from java.lang.Object

Constructor Details

CheckServiceProviderAvailabilityInput

public CheckServiceProviderAvailabilityInput()

Creates an instance of CheckServiceProviderAvailabilityInput class.

Method Details

peeringServiceLocation

public String peeringServiceLocation()

Get the peeringServiceLocation property: Gets or sets the peering service location.

Returns:

the peeringServiceLocation value.

peeringServiceProvider

public String peeringServiceProvider()

Get the peeringServiceProvider property: Gets or sets the peering service provider.

Returns:

the peeringServiceProvider value.

validate

public void validate()

Validates the instance.

withPeeringServiceLocation

public CheckServiceProviderAvailabilityInput withPeeringServiceLocation(String peeringServiceLocation)

Set the peeringServiceLocation property: Gets or sets the peering service location.

Parameters:

peeringServiceLocation - the peeringServiceLocation value to set.

Returns:

the CheckServiceProviderAvailabilityInput object itself.

withPeeringServiceProvider

public CheckServiceProviderAvailabilityInput withPeeringServiceProvider(String peeringServiceProvider)

Set the peeringServiceProvider property: Gets or sets the peering service provider.

Parameters:

peeringServiceProvider - the peeringServiceProvider value to set.

Returns:

the CheckServiceProviderAvailabilityInput object itself.

Applies to