Home
last modified time | relevance | path

Searched defs:ClusterNetworkSummary (Results 1 – 3 of 3) sorted by relevance

/dports/security/lego/lego-4.5.3/vendor/github.com/oracle/oci-go-sdk/core/
H A Dcluster_network_summary.go21 type ClusterNetworkSummary struct { struct
24 Id *string `mandatory:"true" json:"id"`
28 CompartmentId *string `mandatory:"true" json:"compartmentId"`
31 LifecycleState ClusterNetworkSummaryLifecycleStateEnum `mandatory:"true" json:"lifecycleState"`
35 TimeCreated *common.SDKTime `mandatory:"true" json:"timeCreated"`
39 TimeUpdated *common.SDKTime `mandatory:"true" json:"timeUpdated"`
44 DefinedTags map[string]map[string]interface{} `mandatory:"false" json:"definedTags"`
47 DisplayName *string `mandatory:"false" json:"displayName"`
52 FreeformTags map[string]string `mandatory:"false" json:"freeformTags"`
55 InstancePools []InstancePoolSummary `mandatory:"false" json:"instancePools"`
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/oracle/oci-go-sdk/core/
H A Dcluster_network_summary.go20 type ClusterNetworkSummary struct { struct
23 Id *string `mandatory:"true" json:"id"`
27 CompartmentId *string `mandatory:"true" json:"compartmentId"`
30 LifecycleState ClusterNetworkSummaryLifecycleStateEnum `mandatory:"true" json:"lifecycleState"`
34 TimeCreated *common.SDKTime `mandatory:"true" json:"timeCreated"`
38 TimeUpdated *common.SDKTime `mandatory:"true" json:"timeUpdated"`
43 DefinedTags map[string]map[string]interface{} `mandatory:"false" json:"definedTags"`
46 DisplayName *string `mandatory:"false" json:"displayName"`
51 FreeformTags map[string]string `mandatory:"false" json:"freeformTags"`
54 InstancePools []InstancePoolSummary `mandatory:"false" json:"instancePools"`
[all …]
/dports/devel/py-oci/oci-2.53.1/src/oci/core/models/
H A Dcluster_network_summary.py11 class ClusterNetworkSummary(object): class