Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.92 KB

File metadata and controls

134 lines (73 loc) · 3.92 KB

V2RuleProxyActionQuantCloudSelection

Properties

Name Type Description Notes
App Pointer to string Application name [optional]
Env Pointer to string Environment name [optional]
Container Pointer to string Container name [optional]
Port Pointer to int32 Container port [optional]

Methods

NewV2RuleProxyActionQuantCloudSelection

func NewV2RuleProxyActionQuantCloudSelection() *V2RuleProxyActionQuantCloudSelection

NewV2RuleProxyActionQuantCloudSelection instantiates a new V2RuleProxyActionQuantCloudSelection 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

NewV2RuleProxyActionQuantCloudSelectionWithDefaults

func NewV2RuleProxyActionQuantCloudSelectionWithDefaults() *V2RuleProxyActionQuantCloudSelection

NewV2RuleProxyActionQuantCloudSelectionWithDefaults instantiates a new V2RuleProxyActionQuantCloudSelection 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

GetApp

func (o *V2RuleProxyActionQuantCloudSelection) GetApp() string

GetApp returns the App field if non-nil, zero value otherwise.

GetAppOk

func (o *V2RuleProxyActionQuantCloudSelection) GetAppOk() (*string, bool)

GetAppOk returns a tuple with the App field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetApp

func (o *V2RuleProxyActionQuantCloudSelection) SetApp(v string)

SetApp sets App field to given value.

HasApp

func (o *V2RuleProxyActionQuantCloudSelection) HasApp() bool

HasApp returns a boolean if a field has been set.

GetEnv

func (o *V2RuleProxyActionQuantCloudSelection) GetEnv() string

GetEnv returns the Env field if non-nil, zero value otherwise.

GetEnvOk

func (o *V2RuleProxyActionQuantCloudSelection) GetEnvOk() (*string, bool)

GetEnvOk returns a tuple with the Env field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetEnv

func (o *V2RuleProxyActionQuantCloudSelection) SetEnv(v string)

SetEnv sets Env field to given value.

HasEnv

func (o *V2RuleProxyActionQuantCloudSelection) HasEnv() bool

HasEnv returns a boolean if a field has been set.

GetContainer

func (o *V2RuleProxyActionQuantCloudSelection) GetContainer() string

GetContainer returns the Container field if non-nil, zero value otherwise.

GetContainerOk

func (o *V2RuleProxyActionQuantCloudSelection) GetContainerOk() (*string, bool)

GetContainerOk returns a tuple with the Container field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetContainer

func (o *V2RuleProxyActionQuantCloudSelection) SetContainer(v string)

SetContainer sets Container field to given value.

HasContainer

func (o *V2RuleProxyActionQuantCloudSelection) HasContainer() bool

HasContainer returns a boolean if a field has been set.

GetPort

func (o *V2RuleProxyActionQuantCloudSelection) GetPort() int32

GetPort returns the Port field if non-nil, zero value otherwise.

GetPortOk

func (o *V2RuleProxyActionQuantCloudSelection) GetPortOk() (*int32, bool)

GetPortOk returns a tuple with the Port field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPort

func (o *V2RuleProxyActionQuantCloudSelection) SetPort(v int32)

SetPort sets Port field to given value.

HasPort

func (o *V2RuleProxyActionQuantCloudSelection) HasPort() bool

HasPort returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]