Name | Type | Description | Notes |
---|---|---|---|
UserDomain | Pointer to string | [optional] | |
Certificate | Pointer to int32 | [optional] | |
Platform | Pointer to string | [optional] | |
ContainerPort | Pointer to int32 | [optional] | |
ContainerPorts | Pointer to []int32 | [optional] | |
IpWhitelist | Pointer to []string | [optional] |
func NewUpdateVhostRequest() *UpdateVhostRequest
NewUpdateVhostRequest instantiates a new UpdateVhostRequest 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 NewUpdateVhostRequestWithDefaults() *UpdateVhostRequest
NewUpdateVhostRequestWithDefaults instantiates a new UpdateVhostRequest 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 *UpdateVhostRequest) GetUserDomain() string
GetUserDomain returns the UserDomain field if non-nil, zero value otherwise.
func (o *UpdateVhostRequest) GetUserDomainOk() (*string, bool)
GetUserDomainOk returns a tuple with the UserDomain field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateVhostRequest) SetUserDomain(v string)
SetUserDomain sets UserDomain field to given value.
func (o *UpdateVhostRequest) HasUserDomain() bool
HasUserDomain returns a boolean if a field has been set.
func (o *UpdateVhostRequest) GetCertificate() int32
GetCertificate returns the Certificate field if non-nil, zero value otherwise.
func (o *UpdateVhostRequest) GetCertificateOk() (*int32, bool)
GetCertificateOk returns a tuple with the Certificate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateVhostRequest) SetCertificate(v int32)
SetCertificate sets Certificate field to given value.
func (o *UpdateVhostRequest) HasCertificate() bool
HasCertificate returns a boolean if a field has been set.
func (o *UpdateVhostRequest) GetPlatform() string
GetPlatform returns the Platform field if non-nil, zero value otherwise.
func (o *UpdateVhostRequest) GetPlatformOk() (*string, bool)
GetPlatformOk returns a tuple with the Platform field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateVhostRequest) SetPlatform(v string)
SetPlatform sets Platform field to given value.
func (o *UpdateVhostRequest) HasPlatform() bool
HasPlatform returns a boolean if a field has been set.
func (o *UpdateVhostRequest) GetContainerPort() int32
GetContainerPort returns the ContainerPort field if non-nil, zero value otherwise.
func (o *UpdateVhostRequest) GetContainerPortOk() (*int32, bool)
GetContainerPortOk returns a tuple with the ContainerPort field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateVhostRequest) SetContainerPort(v int32)
SetContainerPort sets ContainerPort field to given value.
func (o *UpdateVhostRequest) HasContainerPort() bool
HasContainerPort returns a boolean if a field has been set.
func (o *UpdateVhostRequest) GetContainerPorts() []int32
GetContainerPorts returns the ContainerPorts field if non-nil, zero value otherwise.
func (o *UpdateVhostRequest) GetContainerPortsOk() (*[]int32, bool)
GetContainerPortsOk returns a tuple with the ContainerPorts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateVhostRequest) SetContainerPorts(v []int32)
SetContainerPorts sets ContainerPorts field to given value.
func (o *UpdateVhostRequest) HasContainerPorts() bool
HasContainerPorts returns a boolean if a field has been set.
func (o *UpdateVhostRequest) GetIpWhitelist() []string
GetIpWhitelist returns the IpWhitelist field if non-nil, zero value otherwise.
func (o *UpdateVhostRequest) GetIpWhitelistOk() (*[]string, bool)
GetIpWhitelistOk returns a tuple with the IpWhitelist field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateVhostRequest) SetIpWhitelist(v []string)
SetIpWhitelist sets IpWhitelist field to given value.
func (o *UpdateVhostRequest) HasIpWhitelist() bool
HasIpWhitelist returns a boolean if a field has been set.