| Name | Type | Description | Notes |
|---|---|---|---|
| ApiGwUrl | Pointer to string | [optional] | |
| VaultUrl | Pointer to string | [optional] |
func NewVaultAddressOutput() *VaultAddressOutput
NewVaultAddressOutput instantiates a new VaultAddressOutput 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 NewVaultAddressOutputWithDefaults() *VaultAddressOutput
NewVaultAddressOutputWithDefaults instantiates a new VaultAddressOutput 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 *VaultAddressOutput) GetApiGwUrl() string
GetApiGwUrl returns the ApiGwUrl field if non-nil, zero value otherwise.
func (o *VaultAddressOutput) GetApiGwUrlOk() (*string, bool)
GetApiGwUrlOk returns a tuple with the ApiGwUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VaultAddressOutput) SetApiGwUrl(v string)
SetApiGwUrl sets ApiGwUrl field to given value.
func (o *VaultAddressOutput) HasApiGwUrl() bool
HasApiGwUrl returns a boolean if a field has been set.
func (o *VaultAddressOutput) GetVaultUrl() string
GetVaultUrl returns the VaultUrl field if non-nil, zero value otherwise.
func (o *VaultAddressOutput) GetVaultUrlOk() (*string, bool)
GetVaultUrlOk returns a tuple with the VaultUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VaultAddressOutput) SetVaultUrl(v string)
SetVaultUrl sets VaultUrl field to given value.
func (o *VaultAddressOutput) HasVaultUrl() bool
HasVaultUrl returns a boolean if a field has been set.