GatewayPortsConfigEntity
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| PortsConfig | Pointer to []GatewayPortConfig | gateway port config entity | [optional] |
Methods
NewGatewayPortsConfigEntity
func NewGatewayPortsConfigEntity() *GatewayPortsConfigEntity
NewGatewayPortsConfigEntity instantiates a new GatewayPortsConfigEntity 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
NewGatewayPortsConfigEntityWithDefaults
func NewGatewayPortsConfigEntityWithDefaults() *GatewayPortsConfigEntity
NewGatewayPortsConfigEntityWithDefaults instantiates a new GatewayPortsConfigEntity 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
GetPortsConfig
func (o *GatewayPortsConfigEntity) GetPortsConfig() []GatewayPortConfig
GetPortsConfig returns the PortsConfig field if non-nil, zero value otherwise.
GetPortsConfigOk
func (o *GatewayPortsConfigEntity) GetPortsConfigOk() (*[]GatewayPortConfig, bool)
GetPortsConfigOk returns a tuple with the PortsConfig field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetPortsConfig
func (o *GatewayPortsConfigEntity) SetPortsConfig(v []GatewayPortConfig)
SetPortsConfig sets PortsConfig field to given value.
HasPortsConfig
func (o *GatewayPortsConfigEntity) HasPortsConfig() bool
HasPortsConfig returns a boolean if a field has been set.