Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.13 KB

File metadata and controls

108 lines (59 loc) · 3.13 KB

MeshProfileSpec

Properties

Name Type Description Notes
InstallationParams Pointer to InstallationParams [optional]
Sharing Pointer to SharingSpec [optional]
Version Pointer to string version of the profile [optional]

Methods

NewMeshProfileSpec

func NewMeshProfileSpec() *MeshProfileSpec

NewMeshProfileSpec instantiates a new MeshProfileSpec 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

NewMeshProfileSpecWithDefaults

func NewMeshProfileSpecWithDefaults() *MeshProfileSpec

NewMeshProfileSpecWithDefaults instantiates a new MeshProfileSpec 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

GetInstallationParams

func (o *MeshProfileSpec) GetInstallationParams() InstallationParams

GetInstallationParams returns the InstallationParams field if non-nil, zero value otherwise.

GetInstallationParamsOk

func (o *MeshProfileSpec) GetInstallationParamsOk() (*InstallationParams, bool)

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

SetInstallationParams

func (o *MeshProfileSpec) SetInstallationParams(v InstallationParams)

SetInstallationParams sets InstallationParams field to given value.

HasInstallationParams

func (o *MeshProfileSpec) HasInstallationParams() bool

HasInstallationParams returns a boolean if a field has been set.

GetSharing

func (o *MeshProfileSpec) GetSharing() SharingSpec

GetSharing returns the Sharing field if non-nil, zero value otherwise.

GetSharingOk

func (o *MeshProfileSpec) GetSharingOk() (*SharingSpec, bool)

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

SetSharing

func (o *MeshProfileSpec) SetSharing(v SharingSpec)

SetSharing sets Sharing field to given value.

HasSharing

func (o *MeshProfileSpec) HasSharing() bool

HasSharing returns a boolean if a field has been set.

GetVersion

func (o *MeshProfileSpec) GetVersion() string

GetVersion returns the Version field if non-nil, zero value otherwise.

GetVersionOk

func (o *MeshProfileSpec) GetVersionOk() (*string, bool)

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

SetVersion

func (o *MeshProfileSpec) SetVersion(v string)

SetVersion sets Version field to given value.

HasVersion

func (o *MeshProfileSpec) HasVersion() bool

HasVersion returns a boolean if a field has been set.

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