Class: MintPress::Aws::EC2::Vpc

Inherits:
Object
  • Object
show all
Includes:
MintLogger, AwsCommon, Mixins::Properties
Defined in:
src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/vpc.rb

Properties (Read/Write)

  • #cidr_block ⇒ [String]
    'The IPv4 network range for the VPC, in CIDR notation. For example, 10.0.0.0/16. We modify the specified CIDR block to its canonical form; for example, if you specify 100.68.0.18/18, we modify it to 100.68.0.0/18.'

    Property Attributes
    • source"create_vpc"
    • orig_name'cidr_block'
    • create_vpc_prop'cidr_block'
    • read_onlyfalse
    
    
    36
    37
    38
    39
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/vpc.rb', line 36
    
    property :cidr_block, description: 'The IPv4 network range for the VPC, in CIDR notation. For example,
    10.0.0.0/16. We modify the specified CIDR block to its canonical
    form; for example, if you specify 100.68.0.18/18, we modify it to
    100.68.0.0/18.', source: "create_vpc", orig_name: 'cidr_block', type: [String], create_vpc_prop: 'cidr_block', read_only: false
  • #instance_tenancy ⇒ [String]
    'The tenancy options for instances launched into the VPC. For default, instances are launched with shared tenancy by default. You can launch instances with any tenancy into a shared tenancy VPC. For dedicated, instances are launched as dedicated tenancy instances by default. You can only launch instances with a tenancy of dedicated or host into a dedicated tenancy VPC. Important: The host value cannot be used with this parameter. Use the default or dedicated values only. Default: default'

    Property Attributes
    • source"create_vpc"
    • orig_name'instance_tenancy'
    • create_vpc_prop'instance_tenancy'
    • read_onlyfalse
    
    
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/vpc.rb', line 41
    
    property :instance_tenancy, description: 'The tenancy options for instances launched into the VPC. For
    default, instances are launched with shared tenancy by default. You
    can launch instances with any tenancy into a shared tenancy VPC. For
    dedicated, instances are launched as dedicated tenancy instances by
    default. You can only launch instances with a tenancy of dedicated
    or host into a dedicated tenancy VPC.
    
    Important: The host value cannot be used with this parameter.
    Use the default or dedicated values only.
    
    Default: default', source: "create_vpc", orig_name: 'instance_tenancy', type: [String], create_vpc_prop: 'instance_tenancy', read_only: false
  • #tags ⇒ Hash of ⇒ [MintPress::Aws::EC2::Tag]
    'The tags to assign to the VPC.'

    Property Attributes
    • source"create_vpc"
    • orig_name'tags'
    • create_vpc_prop'tag_specifications'
    • read_onlyfalse
    
    
    55
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/vpc.rb', line 55
    
    property :tags, description: 'The tags to assign to the VPC.', source: "create_vpc", orig_name: 'tags', type: [MintPress::Aws::EC2::Tag], array: false, create_vpc_prop: 'tag_specifications', read_only: false, hash: true
  • #amazon_provided_ipv_6_cidr_block ⇒ [TrueClass,FalseClass]
    'Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC. You cannot specify the range of IP addresses, or the size of the CIDR block.'

    Property Attributes
    • create_vpc_prop'amazon_provided_ipv_6_cidr_block'
    • read_onlyfalse
    • source"create_vpc"
    
    
    56
    57
    58
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/vpc.rb', line 56
    
    property :amazon_provided_ipv_6_cidr_block, create_vpc_prop: 'amazon_provided_ipv_6_cidr_block', type: [TrueClass,FalseClass], read_only: false, source: "create_vpc", description: 'Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length
    for the VPC. You cannot specify the range of IP addresses, or the size
    of the CIDR block.'
  • #ipv_6_pool ⇒ [String]
    'The ID of an IPv6 address pool from which to allocate the IPv6 CIDR block.'

    Property Attributes
    • create_vpc_prop'ipv_6_pool'
    • read_onlyfalse
    • source"create_vpc"
    
    
    59
    60
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/vpc.rb', line 59
    
    property :ipv_6_pool, create_vpc_prop: 'ipv_6_pool', type: [String], read_only: false, source: "create_vpc", description: 'The ID of an IPv6 address pool from which to allocate the IPv6 CIDR
    block.'
  • #ipv_6_cidr_block ⇒ [String]
    'The IPv6 CIDR block from the IPv6 address pool. You must also specify Ipv6Pool in the request. To let Amazon choose the IPv6 CIDR block for you, omit this parameter.'

    Property Attributes
    • create_vpc_prop'ipv_6_cidr_block'
    • read_onlyfalse
    • source"create_vpc"
    
    
    61
    62
    63
    64
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/vpc.rb', line 61
    
    property :ipv_6_cidr_block, create_vpc_prop: 'ipv_6_cidr_block', type: [String], read_only: false, source: "create_vpc", description: 'The IPv6 CIDR block from the IPv6 address pool. You must also specify
    Ipv6Pool in the request.
    
    To let Amazon choose the IPv6 CIDR block for you, omit this parameter.'
  • #dry_run ⇒ [TrueClass,FalseClass]
    'Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.'

    Property Attributes
    • create_vpc_prop'dry_run'
    • read_onlyfalse
    • source"create_vpc"
    • delete_vpc_prop'dry_run'
    • describe_vpcs_prop'dry_run'
    
    
    65
    66
    67
    68
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/vpc.rb', line 65
    
    property :dry_run, create_vpc_prop: 'dry_run', type: [TrueClass,FalseClass], read_only: false, source: "create_vpc", description: 'Checks whether you have the required permissions for the action,
    without actually making the request, and provides an error response.
    If you have the required permissions, the error response is
    DryRunOperation. Otherwise, it is UnauthorizedOperation.', delete_vpc_prop: 'dry_run', describe_vpcs_prop: 'dry_run'
  • #ipv_6_cidr_block_network_border_group ⇒ [String]
    'The name of the location from which we advertise the IPV6 CIDR block. Use this parameter to limit the address to this location. You must set AmazonProvidedIpv6CidrBlock to true to use this parameter.'

    Property Attributes
    • create_vpc_prop'ipv_6_cidr_block_network_border_group'
    • read_onlyfalse
    • source"create_vpc"
    
    
    69
    70
    71
    72
    73
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/vpc.rb', line 69
    
    property :ipv_6_cidr_block_network_border_group, create_vpc_prop: 'ipv_6_cidr_block_network_border_group', type: [String], read_only: false, source: "create_vpc", description: 'The name of the location from which we advertise the IPV6 CIDR block.
    Use this parameter to limit the address to this location.
    
    You must set AmazonProvidedIpv6CidrBlock to true to use this
    parameter.'
  • #filters ⇒ Hash of ⇒ [MintPress::Aws::EC2::Filter]
    'One or more filters. cidr - The primary IPv4 CIDR block of the VPC. The CIDR block you specify must exactly match the VPC"s CIDR block for information to be returned for the VPC. Must contain the slash followed by one or two digits (for example, /28). cidr-block-association.cidr-block - An IPv4 CIDR block associated with the VPC. cidr-block-association.association-id - The association ID for an IPv4 CIDR block associated with the VPC. cidr-block-association.state - The state of an IPv4 CIDR block associated with the VPC. dhcp-options-id - The ID of a set of DHCP options. ipv6-cidr-block-association.ipv6-cidr-block - An IPv6 CIDR block associated with the VPC. ipv6-cidr-block-association.ipv6-pool - The ID of the IPv6 address pool from which the IPv6 CIDR block is allocated. ipv6-cidr-block-association.association-id - The association ID for an IPv6 CIDR block associated with the VPC. ipv6-cidr-block-association.state - The state of an IPv6 CIDR block associated with the VPC. isDefault - Indicates whether the VPC is the default VPC. owner-id - The ID of the AWS account that owns the VPC. state - The state of the VPC (pending | available). tag: - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value. tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value. vpc-id - The ID of the VPC.'

    Property Attributes
    • describe_vpcs_prop'filters'
    • source"describe_vpcs"
    
    
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/vpc.rb', line 74
    
    property :filters, describe_vpcs_prop: 'filters', type: [MintPress::Aws::EC2::Filter], array: false, source: "describe_vpcs", description: 'One or more filters.
    
    
    cidr - The primary IPv4 CIDR block of the VPC. The CIDR block you
    specify must exactly match the VPC"s CIDR block for information to
    be returned for the VPC. Must contain the slash followed by one or
    two digits (for example, /28).
    cidr-block-association.cidr-block - An IPv4 CIDR block associated
    with the VPC.
    cidr-block-association.association-id - The association ID for an
    IPv4 CIDR block associated with the VPC.
    cidr-block-association.state - The state of an IPv4 CIDR block
    associated with the VPC.
    dhcp-options-id - The ID of a set of DHCP options.
    ipv6-cidr-block-association.ipv6-cidr-block - An IPv6 CIDR block
    associated with the VPC.
    ipv6-cidr-block-association.ipv6-pool - The ID of the IPv6 address
    pool from which the IPv6 CIDR block is allocated.
    ipv6-cidr-block-association.association-id - The association ID
    for an IPv6 CIDR block associated with the VPC.
    ipv6-cidr-block-association.state - The state of an IPv6 CIDR
    block associated with the VPC.
    isDefault - Indicates whether the VPC is the default VPC.
    owner-id - The ID of the AWS account that owns the VPC.
    state - The state of the VPC (pending | available).
    tag:<key> - The key/value combination of a tag assigned to
    the resource. Use the tag key in the filter name and the tag value
    as the filter value. For example, to find all resources that have a
    tag with the key Owner and the value TeamA, specify tag:Owner
    for the filter name and TeamA for the filter value.
    tag-key - The key of a tag assigned to the resource. Use this
    filter to find all resources assigned a tag with a specific key,
    regardless of the tag value.
    vpc-id - The ID of the VPC.', hash: true
  • #max_results ⇒ [Integer]
    'The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.'

    Property Attributes
    • describe_vpcs_prop'max_results'
    • source"describe_vpcs"
    
    
    108
    109
    110
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/vpc.rb', line 108
    
    property :max_results, describe_vpcs_prop: 'max_results', type: [Integer], source: "describe_vpcs", description: 'The maximum number of results to return with a single call. To
    retrieve the remaining results, make another call with the returned
    nextToken value.'
  • #id ⇒ [String] (Default Value: Proc.new { self.name })
    'One or more VPC IDs. Default: Describes all your VPCs.'

    Property Attributes
    • read_onlyfalse
    • source"describe_vpcs"
    • orig_name'vpc_id'
    • delete_vpc_prop'vpc_id'
    • describe_vpcs_prop'vpc_ids'
    • defaultProc.new { self.name }
    
    
    111
    112
    113
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/vpc.rb', line 111
    
    property :id, read_only: false, description: 'One or more VPC IDs.
    
    Default: Describes all your VPCs.', source: "describe_vpcs", orig_name: 'vpc_id', type: [String], delete_vpc_prop: 'vpc_id', array: false, hash: false, describe_vpcs_prop: 'vpc_ids', default: Proc.new { self.name }
  • #accepted_vpc_peering_connections ⇒ Hash of ⇒ [MintPress::Aws::EC2::VpcPeeringConnection]

    Property Attributes
    • disposition:association
    • source"Vpc"
    • orig_name'accepted_vpc_peering_connections'
    
    
    114
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/vpc.rb', line 114
    
    property :accepted_vpc_peering_connections, disposition: :association, source: "Vpc", orig_name: 'accepted_vpc_peering_connections', type: [MintPress::Aws::EC2::VpcPeeringConnection], array: false, hash: true
  • #instances ⇒ Hash of ⇒ [MintPress::Aws::EC2::Instance]

    Property Attributes
    • disposition:association
    • source"Vpc"
    • orig_name'instances'
    
    
    116
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/vpc.rb', line 116
    
    property :instances, disposition: :association, source: "Vpc", orig_name: 'instances', type: [MintPress::Aws::EC2::Instance], array: false, hash: true
  • #internet_gateways ⇒ Hash of ⇒ [MintPress::Aws::EC2::InternetGateway]

    Property Attributes
    • disposition:association
    • source"Vpc"
    • orig_name'internet_gateways'
    
    
    117
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/vpc.rb', line 117
    
    property :internet_gateways, disposition: :association, source: "Vpc", orig_name: 'internet_gateways', type: [MintPress::Aws::EC2::InternetGateway], array: false, hash: true
  • #network_acls ⇒ Hash of ⇒ [MintPress::Aws::EC2::NetworkAcl]

    Property Attributes
    • disposition:association
    • source"Vpc"
    • orig_name'network_acls'
    
    
    118
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/vpc.rb', line 118
    
    property :network_acls, disposition: :association, source: "Vpc", orig_name: 'network_acls', type: [MintPress::Aws::EC2::NetworkAcl], array: false, hash: true
  • #network_interfaces ⇒ Hash of ⇒ [MintPress::Aws::EC2::NetworkInterface]

    Property Attributes
    • disposition:association
    • source"Vpc"
    • orig_name'network_interfaces'
    
    
    119
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/vpc.rb', line 119
    
    property :network_interfaces, disposition: :association, source: "Vpc", orig_name: 'network_interfaces', type: [MintPress::Aws::EC2::NetworkInterface], array: false, hash: true
  • #requested_vpc_peering_connections ⇒ Hash of ⇒ [MintPress::Aws::EC2::VpcPeeringConnection]

    Property Attributes
    • disposition:association
    • source"Vpc"
    • orig_name'requested_vpc_peering_connections'
    
    
    120
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/vpc.rb', line 120
    
    property :requested_vpc_peering_connections, disposition: :association, source: "Vpc", orig_name: 'requested_vpc_peering_connections', type: [MintPress::Aws::EC2::VpcPeeringConnection], array: false, hash: true
  • #route_tables ⇒ Hash of ⇒ [MintPress::Aws::EC2::RouteTable]

    Property Attributes
    • disposition:association
    • source"Vpc"
    • orig_name'route_tables'
    
    
    121
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/vpc.rb', line 121
    
    property :route_tables, disposition: :association, source: "Vpc", orig_name: 'route_tables', type: [MintPress::Aws::EC2::RouteTable], array: false, hash: true
  • #security_groups ⇒ Hash of ⇒ [MintPress::Aws::EC2::SecurityGroup]

    Property Attributes
    • disposition:association
    • source"Vpc"
    • orig_name'security_groups'
    
    
    122
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/vpc.rb', line 122
    
    property :security_groups, disposition: :association, source: "Vpc", orig_name: 'security_groups', type: [MintPress::Aws::EC2::SecurityGroup], array: false, hash: true
  • #subnets ⇒ Hash of ⇒ [MintPress::Aws::EC2::Subnet]

    Property Attributes
    • disposition:association
    • source"Vpc"
    • orig_name'subnets'
    
    
    123
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/vpc.rb', line 123
    
    property :subnets, disposition: :association, source: "Vpc", orig_name: 'subnets', type: [MintPress::Aws::EC2::Subnet], array: false, hash: true
  • #name ⇒ String

    Property Attributes
    
    
    125
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/vpc.rb', line 125
    
    property :name, type: String
  • #region ⇒ String
    Region _specifically for this object_. If you're not doing different objects in different regions, you should not set this, but rather set the region on your AwsPlatformProvider instead

    Property Attributes
    
    
    129
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/vpc.rb', line 129
    
    property :region, type: String
  • #platform ⇒ MintPress::InfrastructureAws::AwsPlatform (Default Value: MintPress::InfrastructureAws::AwsPlatform.new)
    The platform details, including credentials - normally this will come via AwsPlatformProvider (see the Infrastructure Providers section of the documentation)

    Property Attributes
    • defaultMintPress::InfrastructureAws::AwsPlatform.new
    
    
    132
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/vpc.rb', line 132
    
    property :platform, type: MintPress::InfrastructureAws::AwsPlatform, default: MintPress::InfrastructureAws::AwsPlatform.new

Properties (Read Only)

  • #cidr_block_association_set ⇒ Hash of ⇒ [MintPress::Aws::EC2::VpcCidrBlockAssociation]
    'Information about the IPv4 CIDR blocks associated with the VPC.'

    Property Attributes
    • disposition:read_only_attribute
    • source"Vpc"
    • orig_name'cidr_block_association_set'
    • read_onlytrue
    
    
    40
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/vpc.rb', line 40
    
    property :cidr_block_association_set, disposition: :read_only_attribute, description: 'Information about the IPv4 CIDR blocks associated with the VPC.', source: "Vpc", orig_name: 'cidr_block_association_set', type: [MintPress::Aws::EC2::VpcCidrBlockAssociation], array: false, read_only: true, hash: true
  • #ipv_6_cidr_block_association_set ⇒ Hash of ⇒ [MintPress::Aws::EC2::VpcIpv6CidrBlockAssociation]
    'Information about the IPv6 CIDR blocks associated with the VPC.'

    Property Attributes
    • disposition:read_only_attribute
    • source"Vpc"
    • orig_name'ipv_6_cidr_block_association_set'
    • read_onlytrue
    
    
    52
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/vpc.rb', line 52
    
    property :ipv_6_cidr_block_association_set, disposition: :read_only_attribute, description: 'Information about the IPv6 CIDR blocks associated with the VPC.', source: "Vpc", orig_name: 'ipv_6_cidr_block_association_set', type: [MintPress::Aws::EC2::VpcIpv6CidrBlockAssociation], array: false, read_only: true, hash: true
  • #is_default ⇒ [TrueClass,FalseClass]
    'Indicates whether the VPC is the default VPC.'

    Property Attributes
    • disposition:read_only_attribute
    • source"Vpc"
    • orig_name'is_default'
    • read_onlytrue
    
    
    53
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/vpc.rb', line 53
    
    property :is_default, disposition: :read_only_attribute, description: 'Indicates whether the VPC is the default VPC.', source: "Vpc", orig_name: 'is_default', type: [TrueClass,FalseClass], read_only: true
  • #state ⇒ [String]
    'The current state of the VPC.'

    Property Attributes
    • disposition:read_only_attribute
    • source"Vpc"
    • orig_name'state'
    • read_onlytrue
    
    
    54
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/vpc.rb', line 54
    
    property :state, disposition: :read_only_attribute, description: 'The current state of the VPC.', source: "Vpc", orig_name: 'state', type: [String], read_only: true
  • #dhcp_options ⇒ [MintPress::Aws::EC2::DhcpOption] (Default Value: MintPress::Aws::EC2::DhcpOption.new)
    'The ID of the set of DHCP options you"ve associated with the VPC.'

    Property Attributes
    • disposition:association
    • source"Vpc"
    • orig_name'dhcp_options'
    • read_onlytrue
    • defaultMintPress::Aws::EC2::DhcpOption.new
    • fromString
    
    
    115
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/vpc.rb', line 115
    
    property :dhcp_options, disposition: :association, description: 'The ID of the set of DHCP options you"ve associated with the VPC.', source: "Vpc", orig_name: 'dhcp_options', type: [MintPress::Aws::EC2::DhcpOption], read_only: true, default: MintPress::Aws::EC2::DhcpOption.new, from: String
  • #owner ⇒ [String]
    'The ID of the AWS account that owns the VPC.'

    Property Attributes
    • disposition:read_only_attribute
    • source"Vpc"
    • orig_name'owner_id'
    • read_onlytrue
    
    
    124
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/vpc.rb', line 124
    
    property :owner, disposition: :read_only_attribute, description: 'The ID of the AWS account that owns the VPC.', source: "Vpc", orig_name: 'owner_id', type: [String], read_only: true

Constant Summary

Constants included from MintLogger

MintLogger::DEBUG, MintLogger::ERROR, MintLogger::FATAL, MintLogger::INFO, MintLogger::UNKNOWN, MintLogger::VERBOSE, MintLogger::WARN

Instance Attribute Summary

Attributes included from Mixins::Properties

#autopush_set_cache, #dynamic_create, #harvest_on_access, #harvest_undefined_only, #harvested, #tree_root

Instance Method Summary collapse

Methods included from AwsCommon

#alive?, all, #attach_generic, #attached?, #available?, #build_create_hash, #by_id, #by_name, #create_generic, #delete_cascade_generic, #delete_generic, #detach_generic, #exists?, #fill_in_details, #find_by_details, #find_global_object, #get_aws_region, #get_state, #handle_singleton_object, #harvest, #perform_operation, #prop_to_hash, #register_aws_object, #resource_api, #running?, #start_generic, #started?, #stop_generic, #terminate_generic

Methods included from Mixins::Properties

#[], #[]=, #add_validate_report_result, #armour_set_property, #array_contains?, #array_is_a?, #check_autopush, #check_stack_overflow, #clone_property_object, #cloner_handle_single_property, #coerce_single, #contains_as_string?, #display_validate_report_result, #double_initialize?, #dump_to_hash, #find_parent, #find_parent_by_identity, #generate_accessor_functions, #get_canonical_renamed, #get_from_opts, #get_my_name, #get_property, #get_property_item, #has?, included, #initialize_validate_report, #inspect, #is_cloned_object?, #is_mintpress_object?, #is_probably_canonical?, #is_set?, #local_debug, #local_info, #local_verbose, #mintpress_property_definitions, #place_object_by_identity, #process_properties, #prop_set?, #property, #property_definitions, #property_details, #property_is_simple_object?, #push_root!, #require_property, #require_update, #retrieve_docstring, #sanitize, #set_map_dirty, #set_property, #set_property_item, #show_short_array, #strip_defaults!, #synchronize, #uncloned_property_definitions, #update_map, #validate, #validate_generic, #validate_properties, #validate_property, #validate_required, #version_allowed?, #weakref

Methods included from MintLogger::Utils::Common

#boolean_val, #has_value?, #no_value?, #nvl, #path_as_symbol, #ruby_level_to_send

Constructor Details

#initialize(opts = {}) ⇒ Vpc

Returns a new instance of Vpc.

Instance Method Details

#createObject

#deleteObject

#delete_cascadeObject

#describeObject