Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 2.25 KB

File metadata and controls

32 lines (26 loc) · 2.25 KB

IntersightClient::SdwanRouterPolicy

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.RouterPolicy']
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.RouterPolicy']
deployment_size String Scale of the SD-WAN router virtual machine deployment. * `Typical` - Typical deployment configuration with 4 vCPUs and 4GB RAM. * `Minimal` - Minimal deployment configuration with 2 vCPUs and 4GB RAM. [optional][default to 'Typical']
wan_count Integer Number of WAN connections across the SD-WAN site. [optional][default to 2]
wan_termination_type String Defines if the WAN networks are singly or dually terminated. Dually terminated WANs are configured on all the SD-WAN routers. Singly terminated WANs are configured only on one of the SD-WAN routers. * `Single` - Singly terminated WANs ar evenly distributed across SD-WAN router nodes. A given WAN connection is available only on one of the router nodes. * `Dual` - Dually terminated WANs are configured on all the SD-WAN routers. A given WAN connection is available on multiple router nodes. [optional][default to 'Single']
organization OrganizationOrganizationRelationship [optional]
profiles Array<SdwanProfileRelationship> An array of relationships to sdwanProfile resources. [optional]
solution_image SoftwareSolutionDistributableRelationship [optional]

Example

require 'intersight_client'

instance = IntersightClient::SdwanRouterPolicy.new(
  class_id: null,
  object_type: null,
  deployment_size: null,
  wan_count: null,
  wan_termination_type: null,
  organization: null,
  profiles: null,
  solution_image: null
)