Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 1.94 KB

ContainerLoggingTcp.md

File metadata and controls

72 lines (39 loc) · 1.94 KB

ContainerLoggingTcp

Properties

Name Type Description Notes
Host string
Port int32

Methods

NewContainerLoggingTcp

func NewContainerLoggingTcp(host string, port int32, ) *ContainerLoggingTcp

NewContainerLoggingTcp instantiates a new ContainerLoggingTcp 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

NewContainerLoggingTcpWithDefaults

func NewContainerLoggingTcpWithDefaults() *ContainerLoggingTcp

NewContainerLoggingTcpWithDefaults instantiates a new ContainerLoggingTcp 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

GetHost

func (o *ContainerLoggingTcp) GetHost() string

GetHost returns the Host field if non-nil, zero value otherwise.

GetHostOk

func (o *ContainerLoggingTcp) GetHostOk() (*string, bool)

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

SetHost

func (o *ContainerLoggingTcp) SetHost(v string)

SetHost sets Host field to given value.

GetPort

func (o *ContainerLoggingTcp) GetPort() int32

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

GetPortOk

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

SetPort sets Port field to given value.

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