Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.75 KB

File metadata and controls

34 lines (28 loc) · 1.75 KB

IntersightClient::SdwanVmanageAccountPolicy

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 'sdwan.VmanageAccountPolicy']
object_type String The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. [default to 'sdwan.VmanageAccountPolicy']
endpoint_address String VManage server hostname (FQDN) that the acccount holds information for. [optional]
is_password_set Boolean Indicates whether the value of the 'password' property has been set. [optional][readonly][default to false]
password String Local password for authenticating with the vManage server. [optional]
port Integer VManage Port number on which the application is running. [optional][default to 8443]
username String Local username for authenticating with the vManage server. [optional]
organization OrganizationOrganizationRelationship [optional]
profiles Array<SdwanProfileRelationship> An array of relationships to sdwanProfile resources. [optional]

Example

require 'intersight_client'

instance = IntersightClient::SdwanVmanageAccountPolicy.new(
  class_id: null,
  object_type: null,
  endpoint_address: null,
  is_password_set: null,
  password: null,
  port: null,
  username: null,
  organization: null,
  profiles: null
)