intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getHyperflexLicense
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
Feature Identifier
Using getHyperflexLicense
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getHyperflexLicense(args: GetHyperflexLicenseArgs, opts?: InvokeOptions): Promise<GetHyperflexLicenseResult>
function getHyperflexLicenseOutput(args: GetHyperflexLicenseOutputArgs, opts?: InvokeOptions): Output<GetHyperflexLicenseResult>def get_hyperflex_license(account_moid: Optional[str] = None,
                          additional_properties: Optional[str] = None,
                          ancestors: Optional[Sequence[GetHyperflexLicenseAncestor]] = None,
                          class_id: Optional[str] = None,
                          cluster: Optional[GetHyperflexLicenseCluster] = None,
                          compliance_state: Optional[str] = None,
                          create_time: Optional[str] = None,
                          domain_group_moid: Optional[str] = None,
                          get_out_of_compliance_start_at: Optional[str] = None,
                          id: Optional[str] = None,
                          in_evaluation: Optional[bool] = None,
                          license_authorization: Optional[GetHyperflexLicenseLicenseAuthorization] = None,
                          license_registration: Optional[GetHyperflexLicenseLicenseRegistration] = None,
                          license_type: Optional[str] = None,
                          mod_time: Optional[str] = None,
                          moid: Optional[str] = None,
                          object_type: Optional[str] = None,
                          owners: Optional[Sequence[str]] = None,
                          parent: Optional[GetHyperflexLicenseParent] = None,
                          permission_resources: Optional[Sequence[GetHyperflexLicensePermissionResource]] = None,
                          plr_enabled: Optional[bool] = None,
                          registered_device: Optional[GetHyperflexLicenseRegisteredDevice] = None,
                          shared_scope: Optional[str] = None,
                          smart_licensing_enabled: Optional[bool] = None,
                          tags: Optional[Sequence[GetHyperflexLicenseTag]] = None,
                          version_context: Optional[GetHyperflexLicenseVersionContext] = None,
                          opts: Optional[InvokeOptions] = None) -> GetHyperflexLicenseResult
def get_hyperflex_license_output(account_moid: Optional[pulumi.Input[str]] = None,
                          additional_properties: Optional[pulumi.Input[str]] = None,
                          ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexLicenseAncestorArgs]]]] = None,
                          class_id: Optional[pulumi.Input[str]] = None,
                          cluster: Optional[pulumi.Input[GetHyperflexLicenseClusterArgs]] = None,
                          compliance_state: Optional[pulumi.Input[str]] = None,
                          create_time: Optional[pulumi.Input[str]] = None,
                          domain_group_moid: Optional[pulumi.Input[str]] = None,
                          get_out_of_compliance_start_at: Optional[pulumi.Input[str]] = None,
                          id: Optional[pulumi.Input[str]] = None,
                          in_evaluation: Optional[pulumi.Input[bool]] = None,
                          license_authorization: Optional[pulumi.Input[GetHyperflexLicenseLicenseAuthorizationArgs]] = None,
                          license_registration: Optional[pulumi.Input[GetHyperflexLicenseLicenseRegistrationArgs]] = None,
                          license_type: Optional[pulumi.Input[str]] = None,
                          mod_time: Optional[pulumi.Input[str]] = None,
                          moid: Optional[pulumi.Input[str]] = None,
                          object_type: Optional[pulumi.Input[str]] = None,
                          owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                          parent: Optional[pulumi.Input[GetHyperflexLicenseParentArgs]] = None,
                          permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexLicensePermissionResourceArgs]]]] = None,
                          plr_enabled: Optional[pulumi.Input[bool]] = None,
                          registered_device: Optional[pulumi.Input[GetHyperflexLicenseRegisteredDeviceArgs]] = None,
                          shared_scope: Optional[pulumi.Input[str]] = None,
                          smart_licensing_enabled: Optional[pulumi.Input[bool]] = None,
                          tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexLicenseTagArgs]]]] = None,
                          version_context: Optional[pulumi.Input[GetHyperflexLicenseVersionContextArgs]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetHyperflexLicenseResult]func LookupHyperflexLicense(ctx *Context, args *LookupHyperflexLicenseArgs, opts ...InvokeOption) (*LookupHyperflexLicenseResult, error)
func LookupHyperflexLicenseOutput(ctx *Context, args *LookupHyperflexLicenseOutputArgs, opts ...InvokeOption) LookupHyperflexLicenseResultOutput> Note: This function is named LookupHyperflexLicense in the Go SDK.
public static class GetHyperflexLicense 
{
    public static Task<GetHyperflexLicenseResult> InvokeAsync(GetHyperflexLicenseArgs args, InvokeOptions? opts = null)
    public static Output<GetHyperflexLicenseResult> Invoke(GetHyperflexLicenseInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetHyperflexLicenseResult> getHyperflexLicense(GetHyperflexLicenseArgs args, InvokeOptions options)
public static Output<GetHyperflexLicenseResult> getHyperflexLicense(GetHyperflexLicenseArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getHyperflexLicense:getHyperflexLicense
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetHyperflex License Ancestor> 
- ClassId string
- Cluster
GetHyperflex License Cluster 
- ComplianceState string
- Is the cluster complaint with the license entitlements?
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- GetOut stringOf Compliance Start At 
- Out of compliance date of the cluster
- Id string
- InEvaluation bool
- Is the cluster in evalution period?
- 
GetHyperflex License License Authorization 
- LicenseRegistration GetHyperflex License License Registration 
- LicenseType string
- The type of license applied on the cluster
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Owners List<string>
- Parent
GetHyperflex License Parent 
- PermissionResources List<GetHyperflex License Permission Resource> 
- PlrEnabled bool
- Is reservation enabled for the cluster?
- RegisteredDevice GetHyperflex License Registered Device 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- SmartLicensing boolEnabled 
- Is Smart Licensing Enabled for this cluster?
- 
List<GetHyperflex License Tag> 
- VersionContext GetHyperflex License Version Context 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetHyperflex License Ancestor 
- ClassId string
- Cluster
GetHyperflex License Cluster 
- ComplianceState string
- Is the cluster complaint with the license entitlements?
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- GetOut stringOf Compliance Start At 
- Out of compliance date of the cluster
- Id string
- InEvaluation bool
- Is the cluster in evalution period?
- 
GetHyperflex License License Authorization 
- LicenseRegistration GetHyperflex License License Registration 
- LicenseType string
- The type of license applied on the cluster
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Owners []string
- Parent
GetHyperflex License Parent 
- PermissionResources []GetHyperflex License Permission Resource 
- PlrEnabled bool
- Is reservation enabled for the cluster?
- RegisteredDevice GetHyperflex License Registered Device 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- SmartLicensing boolEnabled 
- Is Smart Licensing Enabled for this cluster?
- 
[]GetHyperflex License Tag 
- VersionContext GetHyperflex License Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetHyperflex License Ancestor> 
- classId String
- cluster
GetHyperflex License Cluster 
- complianceState String
- Is the cluster complaint with the license entitlements?
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- getOut StringOf Compliance Start At 
- Out of compliance date of the cluster
- id String
- inEvaluation Boolean
- Is the cluster in evalution period?
- 
GetHyperflex License License Authorization 
- licenseRegistration GetHyperflex License License Registration 
- licenseType String
- The type of license applied on the cluster
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- owners List<String>
- parent
GetHyperflex License Parent 
- permissionResources List<GetHyperflex License Permission Resource> 
- plrEnabled Boolean
- Is reservation enabled for the cluster?
- registeredDevice GetHyperflex License Registered Device 
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- smartLicensing BooleanEnabled 
- Is Smart Licensing Enabled for this cluster?
- 
List<GetHyperflex License Tag> 
- versionContext GetHyperflex License Version Context 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetHyperflex License Ancestor[] 
- classId string
- cluster
GetHyperflex License Cluster 
- complianceState string
- Is the cluster complaint with the license entitlements?
- createTime string
- The time when this managed object was created.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- getOut stringOf Compliance Start At 
- Out of compliance date of the cluster
- id string
- inEvaluation boolean
- Is the cluster in evalution period?
- 
GetHyperflex License License Authorization 
- licenseRegistration GetHyperflex License License Registration 
- licenseType string
- The type of license applied on the cluster
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- owners string[]
- parent
GetHyperflex License Parent 
- permissionResources GetHyperflex License Permission Resource[] 
- plrEnabled boolean
- Is reservation enabled for the cluster?
- registeredDevice GetHyperflex License Registered Device 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- smartLicensing booleanEnabled 
- Is Smart Licensing Enabled for this cluster?
- 
GetHyperflex License Tag[] 
- versionContext GetHyperflex License Version Context 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetHyperflex License Ancestor] 
- class_id str
- cluster
GetHyperflex License Cluster 
- compliance_state str
- Is the cluster complaint with the license entitlements?
- create_time str
- The time when this managed object was created.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- get_out_ strof_ compliance_ start_ at 
- Out of compliance date of the cluster
- id str
- in_evaluation bool
- Is the cluster in evalution period?
- 
GetHyperflex License License Authorization 
- license_registration GetHyperflex License License Registration 
- license_type str
- The type of license applied on the cluster
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- owners Sequence[str]
- parent
GetHyperflex License Parent 
- permission_resources Sequence[GetHyperflex License Permission Resource] 
- plr_enabled bool
- Is reservation enabled for the cluster?
- registered_device GetHyperflex License Registered Device 
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- smart_licensing_ boolenabled 
- Is Smart Licensing Enabled for this cluster?
- 
Sequence[GetHyperflex License Tag] 
- version_context GetHyperflex License Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- classId String
- cluster Property Map
- complianceState String
- Is the cluster complaint with the license entitlements?
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- getOut StringOf Compliance Start At 
- Out of compliance date of the cluster
- id String
- inEvaluation Boolean
- Is the cluster in evalution period?
- Property Map
- licenseRegistration Property Map
- licenseType String
- The type of license applied on the cluster
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- plrEnabled Boolean
- Is reservation enabled for the cluster?
- registeredDevice Property Map
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- smartLicensing BooleanEnabled 
- Is Smart Licensing Enabled for this cluster?
- List<Property Map>
- versionContext Property Map
getHyperflexLicense Result
The following output properties are available:
- Id string
- Results
List<GetHyperflex License Result> 
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetHyperflex License Ancestor> 
- ClassId string
- Cluster
GetHyperflex License Cluster 
- ComplianceState string
- CreateTime string
- DomainGroup stringMoid 
- GetOut stringOf Compliance Start At 
- InEvaluation bool
- 
GetHyperflex License License Authorization 
- LicenseRegistration GetHyperflex License License Registration 
- LicenseType string
- ModTime string
- Moid string
- ObjectType string
- Owners List<string>
- Parent
GetHyperflex License Parent 
- PermissionResources List<GetHyperflex License Permission Resource> 
- PlrEnabled bool
- RegisteredDevice GetHyperflex License Registered Device 
- string
- SmartLicensing boolEnabled 
- 
List<GetHyperflex License Tag> 
- VersionContext GetHyperflex License Version Context 
- Id string
- Results
[]GetHyperflex License Result 
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetHyperflex License Ancestor 
- ClassId string
- Cluster
GetHyperflex License Cluster 
- ComplianceState string
- CreateTime string
- DomainGroup stringMoid 
- GetOut stringOf Compliance Start At 
- InEvaluation bool
- 
GetHyperflex License License Authorization 
- LicenseRegistration GetHyperflex License License Registration 
- LicenseType string
- ModTime string
- Moid string
- ObjectType string
- Owners []string
- Parent
GetHyperflex License Parent 
- PermissionResources []GetHyperflex License Permission Resource 
- PlrEnabled bool
- RegisteredDevice GetHyperflex License Registered Device 
- string
- SmartLicensing boolEnabled 
- 
[]GetHyperflex License Tag 
- VersionContext GetHyperflex License Version Context 
- id String
- results
List<GetHyperflex License Result> 
- accountMoid String
- additionalProperties String
- ancestors
List<GetHyperflex License Ancestor> 
- classId String
- cluster
GetHyperflex License Cluster 
- complianceState String
- createTime String
- domainGroup StringMoid 
- getOut StringOf Compliance Start At 
- inEvaluation Boolean
- 
GetHyperflex License License Authorization 
- licenseRegistration GetHyperflex License License Registration 
- licenseType String
- modTime String
- moid String
- objectType String
- owners List<String>
- parent
GetHyperflex License Parent 
- permissionResources List<GetHyperflex License Permission Resource> 
- plrEnabled Boolean
- registeredDevice GetHyperflex License Registered Device 
- String
- smartLicensing BooleanEnabled 
- 
List<GetHyperflex License Tag> 
- versionContext GetHyperflex License Version Context 
- id string
- results
GetHyperflex License Result[] 
- accountMoid string
- additionalProperties string
- ancestors
GetHyperflex License Ancestor[] 
- classId string
- cluster
GetHyperflex License Cluster 
- complianceState string
- createTime string
- domainGroup stringMoid 
- getOut stringOf Compliance Start At 
- inEvaluation boolean
- 
GetHyperflex License License Authorization 
- licenseRegistration GetHyperflex License License Registration 
- licenseType string
- modTime string
- moid string
- objectType string
- owners string[]
- parent
GetHyperflex License Parent 
- permissionResources GetHyperflex License Permission Resource[] 
- plrEnabled boolean
- registeredDevice GetHyperflex License Registered Device 
- string
- smartLicensing booleanEnabled 
- 
GetHyperflex License Tag[] 
- versionContext GetHyperflex License Version Context 
- id str
- results
Sequence[GetHyperflex License Result] 
- account_moid str
- additional_properties str
- ancestors
Sequence[GetHyperflex License Ancestor] 
- class_id str
- cluster
GetHyperflex License Cluster 
- compliance_state str
- create_time str
- domain_group_ strmoid 
- get_out_ strof_ compliance_ start_ at 
- in_evaluation bool
- 
GetHyperflex License License Authorization 
- license_registration GetHyperflex License License Registration 
- license_type str
- mod_time str
- moid str
- object_type str
- owners Sequence[str]
- parent
GetHyperflex License Parent 
- permission_resources Sequence[GetHyperflex License Permission Resource] 
- plr_enabled bool
- registered_device GetHyperflex License Registered Device 
- str
- smart_licensing_ boolenabled 
- 
Sequence[GetHyperflex License Tag] 
- version_context GetHyperflex License Version Context 
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- ancestors List<Property Map>
- classId String
- cluster Property Map
- complianceState String
- createTime String
- domainGroup StringMoid 
- getOut StringOf Compliance Start At 
- inEvaluation Boolean
- Property Map
- licenseRegistration Property Map
- licenseType String
- modTime String
- moid String
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- plrEnabled Boolean
- registeredDevice Property Map
- String
- smartLicensing BooleanEnabled 
- List<Property Map>
- versionContext Property Map
Supporting Types
GetHyperflexLicenseAncestor   
- AdditionalProperties string
- 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.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- 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.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- 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.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- 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.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- 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.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- 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.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetHyperflexLicenseCluster   
- AdditionalProperties string
- 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.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- 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.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- 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.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- 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.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- 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.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- 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.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetHyperflexLicenseLicenseAuthorization    
- AdditionalProperties string
- 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.
- CommunicationDeadline stringDate 
- Deadline date for next communication
- EvaluationPeriod stringExpired At 
- Evaluation period expired date
- EvaluationPeriod stringRemaining 
- Remaining evaluation period
- LastCommunication stringAttempt Date 
- Last Communication Attempt Date
- NextCommunication stringAttempt Date 
- Timestamp of Next Communication Attempt
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Status string
- License Authorization Status
- AdditionalProperties string
- 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.
- CommunicationDeadline stringDate 
- Deadline date for next communication
- EvaluationPeriod stringExpired At 
- Evaluation period expired date
- EvaluationPeriod stringRemaining 
- Remaining evaluation period
- LastCommunication stringAttempt Date 
- Last Communication Attempt Date
- NextCommunication stringAttempt Date 
- Timestamp of Next Communication Attempt
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Status string
- License Authorization Status
- additionalProperties String
- 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.
- communicationDeadline StringDate 
- Deadline date for next communication
- evaluationPeriod StringExpired At 
- Evaluation period expired date
- evaluationPeriod StringRemaining 
- Remaining evaluation period
- lastCommunication StringAttempt Date 
- Last Communication Attempt Date
- nextCommunication StringAttempt Date 
- Timestamp of Next Communication Attempt
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- status String
- License Authorization Status
- additionalProperties string
- 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.
- communicationDeadline stringDate 
- Deadline date for next communication
- evaluationPeriod stringExpired At 
- Evaluation period expired date
- evaluationPeriod stringRemaining 
- Remaining evaluation period
- lastCommunication stringAttempt Date 
- Last Communication Attempt Date
- nextCommunication stringAttempt Date 
- Timestamp of Next Communication Attempt
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- status string
- License Authorization Status
- additional_properties str
- class_id str
- 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.
- communication_deadline_ strdate 
- Deadline date for next communication
- evaluation_period_ strexpired_ at 
- Evaluation period expired date
- evaluation_period_ strremaining 
- Remaining evaluation period
- last_communication_ strattempt_ date 
- Last Communication Attempt Date
- next_communication_ strattempt_ date 
- Timestamp of Next Communication Attempt
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- status str
- License Authorization Status
- additionalProperties String
- 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.
- communicationDeadline StringDate 
- Deadline date for next communication
- evaluationPeriod StringExpired At 
- Evaluation period expired date
- evaluationPeriod StringRemaining 
- Remaining evaluation period
- lastCommunication StringAttempt Date 
- Last Communication Attempt Date
- nextCommunication StringAttempt Date 
- Timestamp of Next Communication Attempt
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- status String
- License Authorization Status
GetHyperflexLicenseLicenseRegistration    
- AdditionalProperties string
- 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.
- InitialRegistration stringDate 
- Initial Registration Date
- LastRenewal stringAttempt Date 
- Last License Renewal attempted Date
- NextRenewal stringAttempt Date 
- Next Attempt Date for License Renewal
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- OutOf stringCompliance Start Date 
- Out of compliance start date
- RegistrationExpire stringDate 
- Date when the registration will expire
- RegistrationFailed stringReason 
- License registration success or failure reason
- SmartAccount string
- Smart Account mapped to cluster
- Status string
- Registration Status
- VirtualAccount string
- Virtual Account mapped to cluster
- AdditionalProperties string
- 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.
- InitialRegistration stringDate 
- Initial Registration Date
- LastRenewal stringAttempt Date 
- Last License Renewal attempted Date
- NextRenewal stringAttempt Date 
- Next Attempt Date for License Renewal
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- OutOf stringCompliance Start Date 
- Out of compliance start date
- RegistrationExpire stringDate 
- Date when the registration will expire
- RegistrationFailed stringReason 
- License registration success or failure reason
- SmartAccount string
- Smart Account mapped to cluster
- Status string
- Registration Status
- VirtualAccount string
- Virtual Account mapped to cluster
- additionalProperties String
- 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.
- initialRegistration StringDate 
- Initial Registration Date
- lastRenewal StringAttempt Date 
- Last License Renewal attempted Date
- nextRenewal StringAttempt Date 
- Next Attempt Date for License Renewal
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- outOf StringCompliance Start Date 
- Out of compliance start date
- registrationExpire StringDate 
- Date when the registration will expire
- registrationFailed StringReason 
- License registration success or failure reason
- smartAccount String
- Smart Account mapped to cluster
- status String
- Registration Status
- virtualAccount String
- Virtual Account mapped to cluster
- additionalProperties string
- 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.
- initialRegistration stringDate 
- Initial Registration Date
- lastRenewal stringAttempt Date 
- Last License Renewal attempted Date
- nextRenewal stringAttempt Date 
- Next Attempt Date for License Renewal
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- outOf stringCompliance Start Date 
- Out of compliance start date
- registrationExpire stringDate 
- Date when the registration will expire
- registrationFailed stringReason 
- License registration success or failure reason
- smartAccount string
- Smart Account mapped to cluster
- status string
- Registration Status
- virtualAccount string
- Virtual Account mapped to cluster
- additional_properties str
- class_id str
- 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.
- initial_registration_ strdate 
- Initial Registration Date
- last_renewal_ strattempt_ date 
- Last License Renewal attempted Date
- next_renewal_ strattempt_ date 
- Next Attempt Date for License Renewal
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- out_of_ strcompliance_ start_ date 
- Out of compliance start date
- registration_expire_ strdate 
- Date when the registration will expire
- registration_failed_ strreason 
- License registration success or failure reason
- smart_account str
- Smart Account mapped to cluster
- status str
- Registration Status
- virtual_account str
- Virtual Account mapped to cluster
- additionalProperties String
- 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.
- initialRegistration StringDate 
- Initial Registration Date
- lastRenewal StringAttempt Date 
- Last License Renewal attempted Date
- nextRenewal StringAttempt Date 
- Next Attempt Date for License Renewal
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- outOf StringCompliance Start Date 
- Out of compliance start date
- registrationExpire StringDate 
- Date when the registration will expire
- registrationFailed StringReason 
- License registration success or failure reason
- smartAccount String
- Smart Account mapped to cluster
- status String
- Registration Status
- virtualAccount String
- Virtual Account mapped to cluster
GetHyperflexLicenseParent   
- AdditionalProperties string
- 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.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- 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.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- 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.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- 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.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- 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.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- 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.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetHyperflexLicensePermissionResource    
- AdditionalProperties string
- 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.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- 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.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- 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.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- 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.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- 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.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- 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.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetHyperflexLicenseRegisteredDevice    
- AdditionalProperties string
- 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.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- 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.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- 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.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- 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.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- 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.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- 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.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetHyperflexLicenseResult   
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetHyperflex License Result Ancestor> 
- ClassId string
- Clusters
List<GetHyperflex License Result Cluster> 
- ComplianceState string
- Is the cluster complaint with the license entitlements?
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- GetOut stringOf Compliance Start At 
- Out of compliance date of the cluster
- InEvaluation bool
- Is the cluster in evalution period?
- 
List<GetHyperflex License Result License Authorization> 
- LicenseRegistrations List<GetHyperflex License Result License Registration> 
- LicenseType string
- The type of license applied on the cluster
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Owners List<string>
- Parents
List<GetHyperflex License Result Parent> 
- PermissionResources List<GetHyperflex License Result Permission Resource> 
- PlrEnabled bool
- Is reservation enabled for the cluster?
- RegisteredDevices List<GetHyperflex License Result Registered Device> 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- SmartLicensing boolEnabled 
- Is Smart Licensing Enabled for this cluster?
- 
List<GetHyperflex License Result Tag> 
- VersionContexts List<GetHyperflex License Result Version Context> 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetHyperflex License Result Ancestor 
- ClassId string
- Clusters
[]GetHyperflex License Result Cluster 
- ComplianceState string
- Is the cluster complaint with the license entitlements?
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- GetOut stringOf Compliance Start At 
- Out of compliance date of the cluster
- InEvaluation bool
- Is the cluster in evalution period?
- 
[]GetHyperflex License Result License Authorization 
- LicenseRegistrations []GetHyperflex License Result License Registration 
- LicenseType string
- The type of license applied on the cluster
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Owners []string
- Parents
[]GetHyperflex License Result Parent 
- PermissionResources []GetHyperflex License Result Permission Resource 
- PlrEnabled bool
- Is reservation enabled for the cluster?
- RegisteredDevices []GetHyperflex License Result Registered Device 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- SmartLicensing boolEnabled 
- Is Smart Licensing Enabled for this cluster?
- 
[]GetHyperflex License Result Tag 
- VersionContexts []GetHyperflex License Result Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetHyperflex License Result Ancestor> 
- classId String
- clusters
List<GetHyperflex License Result Cluster> 
- complianceState String
- Is the cluster complaint with the license entitlements?
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- getOut StringOf Compliance Start At 
- Out of compliance date of the cluster
- inEvaluation Boolean
- Is the cluster in evalution period?
- 
List<GetHyperflex License Result License Authorization> 
- licenseRegistrations List<GetHyperflex License Result License Registration> 
- licenseType String
- The type of license applied on the cluster
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- owners List<String>
- parents
List<GetHyperflex License Result Parent> 
- permissionResources List<GetHyperflex License Result Permission Resource> 
- plrEnabled Boolean
- Is reservation enabled for the cluster?
- registeredDevices List<GetHyperflex License Result Registered Device> 
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- smartLicensing BooleanEnabled 
- Is Smart Licensing Enabled for this cluster?
- 
List<GetHyperflex License Result Tag> 
- versionContexts List<GetHyperflex License Result Version Context> 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetHyperflex License Result Ancestor[] 
- classId string
- clusters
GetHyperflex License Result Cluster[] 
- complianceState string
- Is the cluster complaint with the license entitlements?
- createTime string
- The time when this managed object was created.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- getOut stringOf Compliance Start At 
- Out of compliance date of the cluster
- inEvaluation boolean
- Is the cluster in evalution period?
- 
GetHyperflex License Result License Authorization[] 
- licenseRegistrations GetHyperflex License Result License Registration[] 
- licenseType string
- The type of license applied on the cluster
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- owners string[]
- parents
GetHyperflex License Result Parent[] 
- permissionResources GetHyperflex License Result Permission Resource[] 
- plrEnabled boolean
- Is reservation enabled for the cluster?
- registeredDevices GetHyperflex License Result Registered Device[] 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- smartLicensing booleanEnabled 
- Is Smart Licensing Enabled for this cluster?
- 
GetHyperflex License Result Tag[] 
- versionContexts GetHyperflex License Result Version Context[] 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetHyperflex License Result Ancestor] 
- class_id str
- clusters
Sequence[GetHyperflex License Result Cluster] 
- compliance_state str
- Is the cluster complaint with the license entitlements?
- create_time str
- The time when this managed object was created.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- get_out_ strof_ compliance_ start_ at 
- Out of compliance date of the cluster
- in_evaluation bool
- Is the cluster in evalution period?
- 
Sequence[GetHyperflex License Result License Authorization] 
- license_registrations Sequence[GetHyperflex License Result License Registration] 
- license_type str
- The type of license applied on the cluster
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- owners Sequence[str]
- parents
Sequence[GetHyperflex License Result Parent] 
- permission_resources Sequence[GetHyperflex License Result Permission Resource] 
- plr_enabled bool
- Is reservation enabled for the cluster?
- registered_devices Sequence[GetHyperflex License Result Registered Device] 
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- smart_licensing_ boolenabled 
- Is Smart Licensing Enabled for this cluster?
- 
Sequence[GetHyperflex License Result Tag] 
- version_contexts Sequence[GetHyperflex License Result Version Context] 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- classId String
- clusters List<Property Map>
- complianceState String
- Is the cluster complaint with the license entitlements?
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- getOut StringOf Compliance Start At 
- Out of compliance date of the cluster
- inEvaluation Boolean
- Is the cluster in evalution period?
- List<Property Map>
- licenseRegistrations List<Property Map>
- licenseType String
- The type of license applied on the cluster
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- owners List<String>
- parents List<Property Map>
- permissionResources List<Property Map>
- plrEnabled Boolean
- Is reservation enabled for the cluster?
- registeredDevices List<Property Map>
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- smartLicensing BooleanEnabled 
- Is Smart Licensing Enabled for this cluster?
- List<Property Map>
- versionContexts List<Property Map>
GetHyperflexLicenseResultAncestor    
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHyperflexLicenseResultCluster    
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHyperflexLicenseResultLicenseAuthorization     
- AdditionalProperties string
- ClassId string
- CommunicationDeadline stringDate 
- EvaluationPeriod stringExpired At 
- EvaluationPeriod stringRemaining 
- LastCommunication stringAttempt Date 
- NextCommunication stringAttempt Date 
- ObjectType string
- Status string
- AdditionalProperties string
- ClassId string
- CommunicationDeadline stringDate 
- EvaluationPeriod stringExpired At 
- EvaluationPeriod stringRemaining 
- LastCommunication stringAttempt Date 
- NextCommunication stringAttempt Date 
- ObjectType string
- Status string
- additionalProperties String
- classId String
- communicationDeadline StringDate 
- evaluationPeriod StringExpired At 
- evaluationPeriod StringRemaining 
- lastCommunication StringAttempt Date 
- nextCommunication StringAttempt Date 
- objectType String
- status String
- additionalProperties string
- classId string
- communicationDeadline stringDate 
- evaluationPeriod stringExpired At 
- evaluationPeriod stringRemaining 
- lastCommunication stringAttempt Date 
- nextCommunication stringAttempt Date 
- objectType string
- status string
- additionalProperties String
- classId String
- communicationDeadline StringDate 
- evaluationPeriod StringExpired At 
- evaluationPeriod StringRemaining 
- lastCommunication StringAttempt Date 
- nextCommunication StringAttempt Date 
- objectType String
- status String
GetHyperflexLicenseResultLicenseRegistration     
- AdditionalProperties string
- ClassId string
- InitialRegistration stringDate 
- LastRenewal stringAttempt Date 
- NextRenewal stringAttempt Date 
- ObjectType string
- OutOf stringCompliance Start Date 
- RegistrationExpire stringDate 
- RegistrationFailed stringReason 
- SmartAccount string
- Status string
- VirtualAccount string
- AdditionalProperties string
- ClassId string
- InitialRegistration stringDate 
- LastRenewal stringAttempt Date 
- NextRenewal stringAttempt Date 
- ObjectType string
- OutOf stringCompliance Start Date 
- RegistrationExpire stringDate 
- RegistrationFailed stringReason 
- SmartAccount string
- Status string
- VirtualAccount string
- additionalProperties String
- classId String
- initialRegistration StringDate 
- lastRenewal StringAttempt Date 
- nextRenewal StringAttempt Date 
- objectType String
- outOf StringCompliance Start Date 
- registrationExpire StringDate 
- registrationFailed StringReason 
- smartAccount String
- status String
- virtualAccount String
- additionalProperties string
- classId string
- initialRegistration stringDate 
- lastRenewal stringAttempt Date 
- nextRenewal stringAttempt Date 
- objectType string
- outOf stringCompliance Start Date 
- registrationExpire stringDate 
- registrationFailed stringReason 
- smartAccount string
- status string
- virtualAccount string
- additionalProperties String
- classId String
- initialRegistration StringDate 
- lastRenewal StringAttempt Date 
- nextRenewal StringAttempt Date 
- objectType String
- outOf StringCompliance Start Date 
- registrationExpire StringDate 
- registrationFailed StringReason 
- smartAccount String
- status String
- virtualAccount String
GetHyperflexLicenseResultParent    
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHyperflexLicenseResultPermissionResource     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHyperflexLicenseResultRegisteredDevice     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHyperflexLicenseResultTag    
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetHyperflexLicenseResultVersionContext     
- additionalProperties string
- classId string
- interestedMos GetHyperflex License Result Version Context Interested Mo[] 
- markedFor booleanDeletion 
- nrVersion string
- objectType string
- refMos GetHyperflex License Result Version Context Ref Mo[] 
- timestamp string
- versionType string
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetHyperflexLicenseResultVersionContextInterestedMo       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHyperflexLicenseResultVersionContextRefMo       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHyperflexLicenseTag   
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additionalProperties string
- key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_properties str
- key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetHyperflexLicenseVersionContext    
- AdditionalProperties string
- 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.
- InterestedMos List<GetHyperflex License Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetHyperflex License Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- 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.
- InterestedMos []GetHyperflex License Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetHyperflex License Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- 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.
- interestedMos List<GetHyperflex License Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetHyperflex License Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- 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.
- interestedMos GetHyperflex License Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetHyperflex License Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- 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.
- interested_mos Sequence[GetHyperflex License Version Context Interested Mo] 
- marked_for_ booldeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_version str
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_mo GetHyperflex License Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- 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.
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
GetHyperflexLicenseVersionContextInterestedMo      
- AdditionalProperties string
- 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.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- 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.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- 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.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- 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.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- 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.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- 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.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetHyperflexLicenseVersionContextRefMo      
- AdditionalProperties string
- 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.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- 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.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- 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.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- 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.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- 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.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- 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.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet