📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
core
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/core/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: cluster_network_placement_configuration_details.pyc
a N��f� � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s~ e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�+ClusterNetworkPlacementConfigurationDetailsz^ The location for where the instance pools in a cluster network will place instances. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )at Initializes a new ClusterNetworkPlacementConfigurationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param availability_domain: The value to assign to the availability_domain property of this ClusterNetworkPlacementConfigurationDetails. :type availability_domain: str :param primary_subnet_id: The value to assign to the primary_subnet_id property of this ClusterNetworkPlacementConfigurationDetails. :type primary_subnet_id: str :param secondary_vnic_subnets: The value to assign to the secondary_vnic_subnets property of this ClusterNetworkPlacementConfigurationDetails. :type secondary_vnic_subnets: list[oci.core.models.InstancePoolPlacementSecondaryVnicSubnet] �strz.list[InstancePoolPlacementSecondaryVnicSubnet])�availability_domain�primary_subnet_id�secondary_vnic_subnets�availabilityDomain�primarySubnetId�secondaryVnicSubnetsN)� swagger_types� attribute_map�_availability_domain�_primary_subnet_id�_secondary_vnic_subnets)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/core/models/cluster_network_placement_configuration_details.py�__init__ s ��z4ClusterNetworkPlacementConfigurationDetails.__init__c C s | j S )a< **[Required]** Gets the availability_domain of this ClusterNetworkPlacementConfigurationDetails. The availability domain to place instances. Example: `Uocm:PHX-AD-1` :return: The availability_domain of this ClusterNetworkPlacementConfigurationDetails. :rtype: str �r �r r r r r 2 s z?ClusterNetworkPlacementConfigurationDetails.availability_domainc C s || _ dS )a? Sets the availability_domain of this ClusterNetworkPlacementConfigurationDetails. The availability domain to place instances. Example: `Uocm:PHX-AD-1` :param availability_domain: The availability_domain of this ClusterNetworkPlacementConfigurationDetails. :type: str Nr )r r r r r r @ s c C s | j S )a� **[Required]** Gets the primary_subnet_id of this ClusterNetworkPlacementConfigurationDetails. The `OCID`__ of the primary subnet to place instances. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The primary_subnet_id of this ClusterNetworkPlacementConfigurationDetails. :rtype: str �r r r r r r N s z=ClusterNetworkPlacementConfigurationDetails.primary_subnet_idc C s || _ dS )a� Sets the primary_subnet_id of this ClusterNetworkPlacementConfigurationDetails. The `OCID`__ of the primary subnet to place instances. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param primary_subnet_id: The primary_subnet_id of this ClusterNetworkPlacementConfigurationDetails. :type: str Nr )r r r r r r ] s c C s | j S )aZ Gets the secondary_vnic_subnets of this ClusterNetworkPlacementConfigurationDetails. The set of secondary VNIC data for instances in the pool. :return: The secondary_vnic_subnets of this ClusterNetworkPlacementConfigurationDetails. :rtype: list[oci.core.models.InstancePoolPlacementSecondaryVnicSubnet] �r r r r r r l s zBClusterNetworkPlacementConfigurationDetails.secondary_vnic_subnetsc C s || _ dS )ao Sets the secondary_vnic_subnets of this ClusterNetworkPlacementConfigurationDetails. The set of secondary VNIC data for instances in the pool. :param secondary_vnic_subnets: The secondary_vnic_subnets of this ClusterNetworkPlacementConfigurationDetails. :type: list[oci.core.models.InstancePoolPlacementSecondaryVnicSubnet] Nr )r r r r r r x s c C s t | �S �N)r r r r r �__repr__� s z4ClusterNetworkPlacementConfigurationDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z2ClusterNetworkPlacementConfigurationDetails.__eq__c C s | |k S r r r r r r �__ne__� s z2ClusterNetworkPlacementConfigurationDetails.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r! r"