Name | Type | Description | Notes |
---|---|---|---|
PrivateEndpointIpAddress | Pointer to string | IPv4 address of the private endpoint in your Azure VNet that someone added to this private endpoint service. | [optional] |
func NewApiAtlasServerlessAzureTenantEndpointUpdateViewAllOf() *ApiAtlasServerlessAzureTenantEndpointUpdateViewAllOf
NewApiAtlasServerlessAzureTenantEndpointUpdateViewAllOf instantiates a new ApiAtlasServerlessAzureTenantEndpointUpdateViewAllOf 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 NewApiAtlasServerlessAzureTenantEndpointUpdateViewAllOfWithDefaults() *ApiAtlasServerlessAzureTenantEndpointUpdateViewAllOf
NewApiAtlasServerlessAzureTenantEndpointUpdateViewAllOfWithDefaults instantiates a new ApiAtlasServerlessAzureTenantEndpointUpdateViewAllOf 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 *ApiAtlasServerlessAzureTenantEndpointUpdateViewAllOf) GetPrivateEndpointIpAddress() string
GetPrivateEndpointIpAddress returns the PrivateEndpointIpAddress field if non-nil, zero value otherwise.
func (o *ApiAtlasServerlessAzureTenantEndpointUpdateViewAllOf) GetPrivateEndpointIpAddressOk() (*string, bool)
GetPrivateEndpointIpAddressOk returns a tuple with the PrivateEndpointIpAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiAtlasServerlessAzureTenantEndpointUpdateViewAllOf) SetPrivateEndpointIpAddress(v string)
SetPrivateEndpointIpAddress sets PrivateEndpointIpAddress field to given value.
func (o *ApiAtlasServerlessAzureTenantEndpointUpdateViewAllOf) HasPrivateEndpointIpAddress() bool
HasPrivateEndpointIpAddress returns a boolean if a field has been set.