Name | Type | Description | Notes |
---|---|---|---|
PrivateDNS | string | ||
ServiceName | string | ||
Regions | Pointer to []string | [optional] | |
EndpointName | Pointer to string | [optional] | |
ServiceId | Pointer to string | [optional] |
func NewGateway1(privateDNS string, serviceName string, ) *Gateway1
NewGateway1 instantiates a new Gateway1 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 NewGateway1WithDefaults() *Gateway1
NewGateway1WithDefaults instantiates a new Gateway1 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 *Gateway1) GetPrivateDNS() string
GetPrivateDNS returns the PrivateDNS field if non-nil, zero value otherwise.
func (o *Gateway1) GetPrivateDNSOk() (*string, bool)
GetPrivateDNSOk returns a tuple with the PrivateDNS field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Gateway1) SetPrivateDNS(v string)
SetPrivateDNS sets PrivateDNS field to given value.
func (o *Gateway1) GetServiceName() string
GetServiceName returns the ServiceName field if non-nil, zero value otherwise.
func (o *Gateway1) GetServiceNameOk() (*string, bool)
GetServiceNameOk returns a tuple with the ServiceName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Gateway1) SetServiceName(v string)
SetServiceName sets ServiceName field to given value.
func (o *Gateway1) GetRegions() []string
GetRegions returns the Regions field if non-nil, zero value otherwise.
func (o *Gateway1) GetRegionsOk() (*[]string, bool)
GetRegionsOk returns a tuple with the Regions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Gateway1) SetRegions(v []string)
SetRegions sets Regions field to given value.
func (o *Gateway1) HasRegions() bool
HasRegions returns a boolean if a field has been set.
func (o *Gateway1) GetEndpointName() string
GetEndpointName returns the EndpointName field if non-nil, zero value otherwise.
func (o *Gateway1) GetEndpointNameOk() (*string, bool)
GetEndpointNameOk returns a tuple with the EndpointName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Gateway1) SetEndpointName(v string)
SetEndpointName sets EndpointName field to given value.
func (o *Gateway1) HasEndpointName() bool
HasEndpointName returns a boolean if a field has been set.
func (o *Gateway1) GetServiceId() string
GetServiceId returns the ServiceId field if non-nil, zero value otherwise.
func (o *Gateway1) GetServiceIdOk() (*string, bool)
GetServiceIdOk returns a tuple with the ServiceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Gateway1) SetServiceId(v string)
SetServiceId sets ServiceId field to given value.
func (o *Gateway1) HasServiceId() bool
HasServiceId returns a boolean if a field has been set.