| Name | Type | Description | Notes |
|---|---|---|---|
| DomainNames | []string | domain_names are the domain names to associate with the egress private endpoint. |
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.
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.
func (o *UpdateEgressPrivateEndpointRequest) GetDomainNames() []string
GetDomainNames returns the DomainNames field if non-nil, zero value otherwise.
func (o *UpdateEgressPrivateEndpointRequest) SetDomainNames(v []string)
SetDomainNames sets DomainNames field to given value.