Skip to content

BatchApplyStackNetworkOpenApiVO

Properties

Name Type Description Notes
Networks []OswNetworkBaseOpenApi Batch config networks status.

Methods

NewBatchApplyStackNetworkOpenApiVO

func NewBatchApplyStackNetworkOpenApiVO(networks []OswNetworkBaseOpenApi, ) *BatchApplyStackNetworkOpenApiVO

NewBatchApplyStackNetworkOpenApiVO instantiates a new BatchApplyStackNetworkOpenApiVO 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

NewBatchApplyStackNetworkOpenApiVOWithDefaults

func NewBatchApplyStackNetworkOpenApiVOWithDefaults() *BatchApplyStackNetworkOpenApiVO

NewBatchApplyStackNetworkOpenApiVOWithDefaults instantiates a new BatchApplyStackNetworkOpenApiVO 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

GetNetworks

func (o *BatchApplyStackNetworkOpenApiVO) GetNetworks() []OswNetworkBaseOpenApi

GetNetworks returns the Networks field if non-nil, zero value otherwise.

GetNetworksOk

func (o *BatchApplyStackNetworkOpenApiVO) GetNetworksOk() (*[]OswNetworkBaseOpenApi, bool)

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

SetNetworks

func (o *BatchApplyStackNetworkOpenApiVO) SetNetworks(v []OswNetworkBaseOpenApi)

SetNetworks sets Networks field to given value.

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