GatewaySummary

class oci.apigateway.models.GatewaySummary(**kwargs)

Bases: object

A summary of the gateway.

Methods

__init__(**kwargs) Initializes a new GatewaySummary object with values from keyword arguments.

Attributes

certificate_id Gets the certificate_id of this GatewaySummary.
compartment_id [Required] Gets the compartment_id of this GatewaySummary.
defined_tags Gets the defined_tags of this GatewaySummary.
display_name Gets the display_name of this GatewaySummary.
endpoint_type [Required] Gets the endpoint_type of this GatewaySummary.
freeform_tags Gets the freeform_tags of this GatewaySummary.
hostname Gets the hostname of this GatewaySummary.
id [Required] Gets the id of this GatewaySummary.
ip_mode Gets the ip_mode of this GatewaySummary.
lifecycle_details Gets the lifecycle_details of this GatewaySummary.
lifecycle_state Gets the lifecycle_state of this GatewaySummary.
locks Gets the locks of this GatewaySummary.
network_security_group_ids Gets the network_security_group_ids of this GatewaySummary.
subnet_id Gets the subnet_id of this GatewaySummary.
system_tags Gets the system_tags of this GatewaySummary.
time_created Gets the time_created of this GatewaySummary.
time_updated Gets the time_updated of this GatewaySummary.
__init__(**kwargs)

Initializes a new GatewaySummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • id (str) – The value to assign to the id property of this GatewaySummary.
  • display_name (str) – The value to assign to the display_name property of this GatewaySummary.
  • compartment_id (str) – The value to assign to the compartment_id property of this GatewaySummary.
  • endpoint_type (str) – The value to assign to the endpoint_type property of this GatewaySummary.
  • subnet_id (str) – The value to assign to the subnet_id property of this GatewaySummary.
  • network_security_group_ids (list[str]) – The value to assign to the network_security_group_ids property of this GatewaySummary.
  • time_created (datetime) – The value to assign to the time_created property of this GatewaySummary.
  • time_updated (datetime) – The value to assign to the time_updated property of this GatewaySummary.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this GatewaySummary.
  • lifecycle_details (str) – The value to assign to the lifecycle_details property of this GatewaySummary.
  • locks (list[oci.apigateway.models.ResourceLock]) – The value to assign to the locks property of this GatewaySummary.
  • hostname (str) – The value to assign to the hostname property of this GatewaySummary.
  • certificate_id (str) – The value to assign to the certificate_id property of this GatewaySummary.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this GatewaySummary.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this GatewaySummary.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this GatewaySummary.
  • ip_mode (str) – The value to assign to the ip_mode property of this GatewaySummary.
certificate_id

Gets the certificate_id of this GatewaySummary. The OCID of the resource.

Returns:The certificate_id of this GatewaySummary.
Return type:str
compartment_id

[Required] Gets the compartment_id of this GatewaySummary. The OCID of the compartment in which the resource is created.

Returns:The compartment_id of this GatewaySummary.
Return type:str
defined_tags

Gets the defined_tags of this GatewaySummary. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.

Example: {“Operations”: {“CostCenter”: “42”}}

Returns:The defined_tags of this GatewaySummary.
Return type:dict(str, dict(str, object))
display_name

Gets the display_name of this GatewaySummary. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.

Example: My new resource

Returns:The display_name of this GatewaySummary.
Return type:str
endpoint_type

[Required] Gets the endpoint_type of this GatewaySummary. Gateway endpoint type. PUBLIC will have a public ip address assigned to it, while PRIVATE will only be accessible on a private IP address on the subnet.

Example: PUBLIC or PRIVATE

Returns:The endpoint_type of this GatewaySummary.
Return type:str
freeform_tags

Gets the freeform_tags of this GatewaySummary. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.

Example: {“Department”: “Finance”}

Returns:The freeform_tags of this GatewaySummary.
Return type:dict(str, str)
hostname

Gets the hostname of this GatewaySummary. The hostname for the APIs deployed on the gateway.

Returns:The hostname of this GatewaySummary.
Return type:str
id

[Required] Gets the id of this GatewaySummary. The OCID of the resource.

Returns:The id of this GatewaySummary.
Return type:str
ip_mode

Gets the ip_mode of this GatewaySummary. Determines whether the gateway has an IPv4 or IPv6 address assigned to it, or both. IPV4 means the gateway will only have an IPv4 address assigned to it, and IPV6 means the gateway will only have an IPv6 address assigned to it. DUAL_STACK means the gateway will have both an IPv4 and IPv6 address assigned to it. Example: IPV4 or IPV6 or DUAL_STACK

Returns:The ip_mode of this GatewaySummary.
Return type:str
lifecycle_details

Gets the lifecycle_details of this GatewaySummary. A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in a Failed state.

Returns:The lifecycle_details of this GatewaySummary.
Return type:str
lifecycle_state

Gets the lifecycle_state of this GatewaySummary. The current state of the gateway.

Returns:The lifecycle_state of this GatewaySummary.
Return type:str
locks

Gets the locks of this GatewaySummary. Locks associated with this resource.

Returns:The locks of this GatewaySummary.
Return type:list[oci.apigateway.models.ResourceLock]
network_security_group_ids

Gets the network_security_group_ids of this GatewaySummary. An array of Network Security Groups OCIDs associated with this API Gateway.

Returns:The network_security_group_ids of this GatewaySummary.
Return type:list[str]
subnet_id

Gets the subnet_id of this GatewaySummary. The OCID of the subnet in which related resources are created.

Returns:The subnet_id of this GatewaySummary.
Return type:str
system_tags

Gets the system_tags of this GatewaySummary. System tags for this resource. Each key is predefined and scoped to a namespace. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}

Returns:The system_tags of this GatewaySummary.
Return type:dict(str, dict(str, object))
time_created

Gets the time_created of this GatewaySummary. The time this resource was created. An RFC3339 formatted datetime string.

Returns:The time_created of this GatewaySummary.
Return type:datetime
time_updated

Gets the time_updated of this GatewaySummary. The time this resource was last updated. An RFC3339 formatted datetime string.

Returns:The time_updated of this GatewaySummary.
Return type:datetime