Class: Aws::Types::OdbNetwork

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


2130
2131
2132
# File 'sig/types.rbs', line 2130

def availability_zone
  @availability_zone
end

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


2131
2132
2133
# File 'sig/types.rbs', line 2131

def availability_zone_id
  @availability_zone_id
end

#backup_subnet_cidr::String

Returns the value of attribute backup_subnet_cidr.

Returns:

  • (::String)


2133
2134
2135
# File 'sig/types.rbs', line 2133

def backup_subnet_cidr
  @backup_subnet_cidr
end

#client_subnet_cidr::String

Returns the value of attribute client_subnet_cidr.

Returns:

  • (::String)


2132
2133
2134
# File 'sig/types.rbs', line 2132

def client_subnet_cidr
  @client_subnet_cidr
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2143
2144
2145
# File 'sig/types.rbs', line 2143

def created_at
  @created_at
end

#custom_domain_name::String

Returns the value of attribute custom_domain_name.

Returns:

  • (::String)


2134
2135
2136
# File 'sig/types.rbs', line 2134

def custom_domain_name
  @custom_domain_name
end

#default_dns_prefix::String

Returns the value of attribute default_dns_prefix.

Returns:

  • (::String)


2135
2136
2137
# File 'sig/types.rbs', line 2135

def default_dns_prefix
  @default_dns_prefix
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


2126
2127
2128
# File 'sig/types.rbs', line 2126

def display_name
  @display_name
end

#ec2_placement_group_ids::Array[::String]

Returns the value of attribute ec2_placement_group_ids.

Returns:

  • (::Array[::String])


2146
2147
2148
# File 'sig/types.rbs', line 2146

def ec2_placement_group_ids
  @ec2_placement_group_ids
end

#managed_servicesTypes::ManagedServices

Returns the value of attribute managed_services.



2145
2146
2147
# File 'sig/types.rbs', line 2145

def managed_services
  @managed_services
end

#oci_dns_forwarding_configs::Array[Types::OciDnsForwardingConfig]

Returns the value of attribute oci_dns_forwarding_configs.

Returns:



2142
2143
2144
# File 'sig/types.rbs', line 2142

def oci_dns_forwarding_configs
  @oci_dns_forwarding_configs
end

#oci_network_anchor_id::String

Returns the value of attribute oci_network_anchor_id.

Returns:

  • (::String)


2137
2138
2139
# File 'sig/types.rbs', line 2137

def oci_network_anchor_id
  @oci_network_anchor_id
end

#oci_network_anchor_url::String

Returns the value of attribute oci_network_anchor_url.

Returns:

  • (::String)


2138
2139
2140
# File 'sig/types.rbs', line 2138

def oci_network_anchor_url
  @oci_network_anchor_url
end

#oci_resource_anchor_name::String

Returns the value of attribute oci_resource_anchor_name.

Returns:

  • (::String)


2139
2140
2141
# File 'sig/types.rbs', line 2139

def oci_resource_anchor_name
  @oci_resource_anchor_name
end

#oci_vcn_id::String

Returns the value of attribute oci_vcn_id.

Returns:

  • (::String)


2140
2141
2142
# File 'sig/types.rbs', line 2140

def oci_vcn_id
  @oci_vcn_id
end

#oci_vcn_url::String

Returns the value of attribute oci_vcn_url.

Returns:

  • (::String)


2141
2142
2143
# File 'sig/types.rbs', line 2141

def oci_vcn_url
  @oci_vcn_url
end

#odb_network_arn::String

Returns the value of attribute odb_network_arn.

Returns:

  • (::String)


2129
2130
2131
# File 'sig/types.rbs', line 2129

def odb_network_arn
  @odb_network_arn
end

#odb_network_id::String

Returns the value of attribute odb_network_id.

Returns:

  • (::String)


2125
2126
2127
# File 'sig/types.rbs', line 2125

def odb_network_id
  @odb_network_id
end

#peered_cidrs::Array[::String]

Returns the value of attribute peered_cidrs.

Returns:

  • (::Array[::String])


2136
2137
2138
# File 'sig/types.rbs', line 2136

def peered_cidrs
  @peered_cidrs
end

#percent_progress::Float

Returns the value of attribute percent_progress.

Returns:

  • (::Float)


2144
2145
2146
# File 'sig/types.rbs', line 2144

def percent_progress
  @percent_progress
end

#status"AVAILABLE", ...

Returns the value of attribute status.

Returns:

  • ("AVAILABLE", "FAILED", "PROVISIONING", "TERMINATED", "TERMINATING", "UPDATING", "MAINTENANCE_IN_PROGRESS")


2127
2128
2129
# File 'sig/types.rbs', line 2127

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


2128
2129
2130
# File 'sig/types.rbs', line 2128

def status_reason
  @status_reason
end