Class: Aws::Types::OdbNetworkSummary

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)


2156
2157
2158
# File 'sig/types.rbs', line 2156

def availability_zone
  @availability_zone
end

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


2157
2158
2159
# File 'sig/types.rbs', line 2157

def availability_zone_id
  @availability_zone_id
end

#backup_subnet_cidr::String

Returns the value of attribute backup_subnet_cidr.

Returns:

  • (::String)


2159
2160
2161
# File 'sig/types.rbs', line 2159

def backup_subnet_cidr
  @backup_subnet_cidr
end

#client_subnet_cidr::String

Returns the value of attribute client_subnet_cidr.

Returns:

  • (::String)


2158
2159
2160
# File 'sig/types.rbs', line 2158

def client_subnet_cidr
  @client_subnet_cidr
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2169
2170
2171
# File 'sig/types.rbs', line 2169

def created_at
  @created_at
end

#custom_domain_name::String

Returns the value of attribute custom_domain_name.

Returns:

  • (::String)


2160
2161
2162
# File 'sig/types.rbs', line 2160

def custom_domain_name
  @custom_domain_name
end

#default_dns_prefix::String

Returns the value of attribute default_dns_prefix.

Returns:

  • (::String)


2161
2162
2163
# File 'sig/types.rbs', line 2161

def default_dns_prefix
  @default_dns_prefix
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


2152
2153
2154
# File 'sig/types.rbs', line 2152

def display_name
  @display_name
end

#ec2_placement_group_ids::Array[::String]

Returns the value of attribute ec2_placement_group_ids.

Returns:

  • (::Array[::String])


2172
2173
2174
# File 'sig/types.rbs', line 2172

def ec2_placement_group_ids
  @ec2_placement_group_ids
end

#managed_servicesTypes::ManagedServices

Returns the value of attribute managed_services.



2171
2172
2173
# File 'sig/types.rbs', line 2171

def managed_services
  @managed_services
end

#oci_dns_forwarding_configs::Array[Types::OciDnsForwardingConfig]

Returns the value of attribute oci_dns_forwarding_configs.

Returns:



2168
2169
2170
# File 'sig/types.rbs', line 2168

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)


2163
2164
2165
# File 'sig/types.rbs', line 2163

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)


2164
2165
2166
# File 'sig/types.rbs', line 2164

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)


2165
2166
2167
# File 'sig/types.rbs', line 2165

def oci_resource_anchor_name
  @oci_resource_anchor_name
end

#oci_vcn_id::String

Returns the value of attribute oci_vcn_id.

Returns:

  • (::String)


2166
2167
2168
# File 'sig/types.rbs', line 2166

def oci_vcn_id
  @oci_vcn_id
end

#oci_vcn_url::String

Returns the value of attribute oci_vcn_url.

Returns:

  • (::String)


2167
2168
2169
# File 'sig/types.rbs', line 2167

def oci_vcn_url
  @oci_vcn_url
end

#odb_network_arn::String

Returns the value of attribute odb_network_arn.

Returns:

  • (::String)


2155
2156
2157
# File 'sig/types.rbs', line 2155

def odb_network_arn
  @odb_network_arn
end

#odb_network_id::String

Returns the value of attribute odb_network_id.

Returns:

  • (::String)


2151
2152
2153
# File 'sig/types.rbs', line 2151

def odb_network_id
  @odb_network_id
end

#peered_cidrs::Array[::String]

Returns the value of attribute peered_cidrs.

Returns:

  • (::Array[::String])


2162
2163
2164
# File 'sig/types.rbs', line 2162

def peered_cidrs
  @peered_cidrs
end

#percent_progress::Float

Returns the value of attribute percent_progress.

Returns:

  • (::Float)


2170
2171
2172
# File 'sig/types.rbs', line 2170

def percent_progress
  @percent_progress
end

#status"AVAILABLE", ...

Returns the value of attribute status.

Returns:

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


2153
2154
2155
# File 'sig/types.rbs', line 2153

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


2154
2155
2156
# File 'sig/types.rbs', line 2154

def status_reason
  @status_reason
end