Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 1.61 KB

File metadata and controls

43 lines (24 loc) · 1.61 KB

UpdateEgressPrivateEndpointRequest

Properties

Name Type Description Notes
DomainNames []string domain_names are the domain names to associate with the egress private endpoint.

Methods

NewUpdateEgressPrivateEndpointRequest

func NewUpdateEgressPrivateEndpointRequest(domainNames []string, ) *UpdateEgressPrivateEndpointRequest

NewUpdateEgressPrivateEndpointRequest instantiates a new UpdateEgressPrivateEndpointRequest object. This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.

NewUpdateEgressPrivateEndpointRequestWithDefaults

func NewUpdateEgressPrivateEndpointRequestWithDefaults() *UpdateEgressPrivateEndpointRequest

NewUpdateEgressPrivateEndpointRequestWithDefaults instantiates a new UpdateEgressPrivateEndpointRequest object. This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.

GetDomainNames

func (o *UpdateEgressPrivateEndpointRequest) GetDomainNames() []string

GetDomainNames returns the DomainNames field if non-nil, zero value otherwise.

SetDomainNames

func (o *UpdateEgressPrivateEndpointRequest) SetDomainNames(v []string)

SetDomainNames sets DomainNames field to given value.

[Back to Model list] [Back to API list] [Back to README]