Name | Type | Description | Notes |
---|---|---|---|
ClassId | string | The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. | [default to "iaas.ConnectorPack"] |
ObjectType | string | The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. | [default to "iaas.ConnectorPack"] |
CompleteVersion | Pointer to string | Complete version of the connector pack including build number. | [optional] [readonly] |
DependencyNames | Pointer to []string | [optional] | |
DownloadedVersion | Pointer to string | Version of the connector pack that is last downloaded successfully to UCSD. | [optional] [readonly] |
Name | Pointer to string | Name of the connector pack running on the UCSD. | [optional] [readonly] |
State | Pointer to string | State of the connector pack whether it is enabled or disabled. | [optional] [readonly] |
Version | Pointer to string | Version of the connector pack. | [optional] [readonly] |
Guid | Pointer to NullableIaasUcsdInfoRelationship | [optional] |
func NewIaasConnectorPack(classId string, objectType string, ) *IaasConnectorPack
NewIaasConnectorPack instantiates a new IaasConnectorPack 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
func NewIaasConnectorPackWithDefaults() *IaasConnectorPack
NewIaasConnectorPackWithDefaults instantiates a new IaasConnectorPack 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
func (o *IaasConnectorPack) GetClassId() string
GetClassId returns the ClassId field if non-nil, zero value otherwise.
func (o *IaasConnectorPack) GetClassIdOk() (*string, bool)
GetClassIdOk returns a tuple with the ClassId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IaasConnectorPack) SetClassId(v string)
SetClassId sets ClassId field to given value.
func (o *IaasConnectorPack) GetObjectType() string
GetObjectType returns the ObjectType field if non-nil, zero value otherwise.
func (o *IaasConnectorPack) GetObjectTypeOk() (*string, bool)
GetObjectTypeOk returns a tuple with the ObjectType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IaasConnectorPack) SetObjectType(v string)
SetObjectType sets ObjectType field to given value.
func (o *IaasConnectorPack) GetCompleteVersion() string
GetCompleteVersion returns the CompleteVersion field if non-nil, zero value otherwise.
func (o *IaasConnectorPack) GetCompleteVersionOk() (*string, bool)
GetCompleteVersionOk returns a tuple with the CompleteVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IaasConnectorPack) SetCompleteVersion(v string)
SetCompleteVersion sets CompleteVersion field to given value.
func (o *IaasConnectorPack) HasCompleteVersion() bool
HasCompleteVersion returns a boolean if a field has been set.
func (o *IaasConnectorPack) GetDependencyNames() []string
GetDependencyNames returns the DependencyNames field if non-nil, zero value otherwise.
func (o *IaasConnectorPack) GetDependencyNamesOk() (*[]string, bool)
GetDependencyNamesOk returns a tuple with the DependencyNames field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IaasConnectorPack) SetDependencyNames(v []string)
SetDependencyNames sets DependencyNames field to given value.
func (o *IaasConnectorPack) HasDependencyNames() bool
HasDependencyNames returns a boolean if a field has been set.
func (o *IaasConnectorPack) SetDependencyNamesNil(b bool)
SetDependencyNamesNil sets the value for DependencyNames to be an explicit nil
func (o *IaasConnectorPack) UnsetDependencyNames()
UnsetDependencyNames ensures that no value is present for DependencyNames, not even an explicit nil
func (o *IaasConnectorPack) GetDownloadedVersion() string
GetDownloadedVersion returns the DownloadedVersion field if non-nil, zero value otherwise.
func (o *IaasConnectorPack) GetDownloadedVersionOk() (*string, bool)
GetDownloadedVersionOk returns a tuple with the DownloadedVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IaasConnectorPack) SetDownloadedVersion(v string)
SetDownloadedVersion sets DownloadedVersion field to given value.
func (o *IaasConnectorPack) HasDownloadedVersion() bool
HasDownloadedVersion returns a boolean if a field has been set.
func (o *IaasConnectorPack) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *IaasConnectorPack) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IaasConnectorPack) SetName(v string)
SetName sets Name field to given value.
func (o *IaasConnectorPack) HasName() bool
HasName returns a boolean if a field has been set.
func (o *IaasConnectorPack) GetState() string
GetState returns the State field if non-nil, zero value otherwise.
func (o *IaasConnectorPack) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IaasConnectorPack) SetState(v string)
SetState sets State field to given value.
func (o *IaasConnectorPack) HasState() bool
HasState returns a boolean if a field has been set.
func (o *IaasConnectorPack) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *IaasConnectorPack) 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.
func (o *IaasConnectorPack) SetVersion(v string)
SetVersion sets Version field to given value.
func (o *IaasConnectorPack) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (o *IaasConnectorPack) GetGuid() IaasUcsdInfoRelationship
GetGuid returns the Guid field if non-nil, zero value otherwise.
func (o *IaasConnectorPack) GetGuidOk() (*IaasUcsdInfoRelationship, bool)
GetGuidOk returns a tuple with the Guid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IaasConnectorPack) SetGuid(v IaasUcsdInfoRelationship)
SetGuid sets Guid field to given value.
func (o *IaasConnectorPack) HasGuid() bool
HasGuid returns a boolean if a field has been set.
func (o *IaasConnectorPack) SetGuidNil(b bool)
SetGuidNil sets the value for Guid to be an explicit nil
func (o *IaasConnectorPack) UnsetGuid()
UnsetGuid ensures that no value is present for Guid, not even an explicit nil