Skip to content

Latest commit

 

History

History
114 lines (61 loc) · 3.17 KB

ContainerGroupNetworking.md

File metadata and controls

114 lines (61 loc) · 3.17 KB

ContainerGroupNetworking

Properties

Name Type Description Notes
Protocol ContainerNetworkingProtocol
Port int32
Auth bool
Dns string

Methods

NewContainerGroupNetworking

func NewContainerGroupNetworking(protocol ContainerNetworkingProtocol, port int32, auth bool, dns string, ) *ContainerGroupNetworking

NewContainerGroupNetworking instantiates a new ContainerGroupNetworking 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

NewContainerGroupNetworkingWithDefaults

func NewContainerGroupNetworkingWithDefaults() *ContainerGroupNetworking

NewContainerGroupNetworkingWithDefaults instantiates a new ContainerGroupNetworking 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

GetProtocol

func (o *ContainerGroupNetworking) GetProtocol() ContainerNetworkingProtocol

GetProtocol returns the Protocol field if non-nil, zero value otherwise.

GetProtocolOk

func (o *ContainerGroupNetworking) GetProtocolOk() (*ContainerNetworkingProtocol, bool)

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

SetProtocol

func (o *ContainerGroupNetworking) SetProtocol(v ContainerNetworkingProtocol)

SetProtocol sets Protocol field to given value.

GetPort

func (o *ContainerGroupNetworking) GetPort() int32

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

GetPortOk

func (o *ContainerGroupNetworking) 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 *ContainerGroupNetworking) SetPort(v int32)

SetPort sets Port field to given value.

GetAuth

func (o *ContainerGroupNetworking) GetAuth() bool

GetAuth returns the Auth field if non-nil, zero value otherwise.

GetAuthOk

func (o *ContainerGroupNetworking) GetAuthOk() (*bool, bool)

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

SetAuth

func (o *ContainerGroupNetworking) SetAuth(v bool)

SetAuth sets Auth field to given value.

GetDns

func (o *ContainerGroupNetworking) GetDns() string

GetDns returns the Dns field if non-nil, zero value otherwise.

GetDnsOk

func (o *ContainerGroupNetworking) GetDnsOk() (*string, bool)

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

SetDns

func (o *ContainerGroupNetworking) SetDns(v string)

SetDns sets Dns field to given value.

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