Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 1.87 KB

File metadata and controls

40 lines (34 loc) · 1.87 KB

IntersightClient::CrdCustomResource

Properties

Name Type Description Notes
class_id String The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. [default to 'crd.CustomResource']
object_type String The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. [default to 'crd.CustomResource']
dc_launcher String Type of custom resource or 'kind' in K8s. [optional]
image String Docker image URL for public cloud DC. [optional]
name String A string property called name which is used as part of a uniqueness constraint. See 'identity' specification in this MO definition. [optional]
namespace String Namespace to launch the deployment associated with the custom resource. [optional]
port Integer Port used for public cloud DC. [optional]
properties Array<CrdCustomResourceConfigProperty> [optional]
target_id String Target ID for public cloud DC. [optional]
target_moid String Target Moid for public cloud DC. [optional]
target_type String Target type for public cloud DC. [optional]
account IamAccountRelationship [optional]

Example

require 'intersight_client'

instance = IntersightClient::CrdCustomResource.new(
  class_id: null,
  object_type: null,
  dc_launcher: null,
  image: null,
  name: null,
  namespace: null,
  port: null,
  properties: null,
  target_id: null,
  target_moid: null,
  target_type: null,
  account: null
)