Share via


ServiceGatewayAddressLocation Class

Properties of the service gateway address location.

Constructor

ServiceGatewayAddressLocation(*, address_location: str | None = None, address_update_action: str | _models.AddressUpdateAction | None = None, addresses: list['_models.ServiceGatewayAddress'] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
address_location
str

Location to update.

Default value: None
address_update_action

Specifies the type of update operation to perform on addresses within the address location of service gateway.

  • FullUpdate: Replaces all existing address data with the new list provided in the request. Any previously defined addresses not included will be removed.

  • PartialUpdate: Updates only the specified addresses. Known values are: "FullUpdate" and "PartialUpdate".

Default value: None
addresses

An array of addresses to create or update in locations.

Default value: None

Variables

Name Description
address_location
str

Location to update.

address_update_action

Specifies the type of update operation to perform on addresses within the address location of service gateway.

  • FullUpdate: Replaces all existing address data with the new list provided in the request. Any previously defined addresses not included will be removed.

  • PartialUpdate: Updates only the specified addresses. Known values are: "FullUpdate" and "PartialUpdate".

addresses

An array of addresses to create or update in locations.