ExternalLocationsMetadatumCollection¶
- 
class oci.multicloud.models.ExternalLocationsMetadatumCollection(**kwargs)¶
- Bases: - object- External location information from OCI primitives to any CSP - Methods - __init__(**kwargs)- Initializes a new ExternalLocationsMetadatumCollection object with values from keyword arguments. - Attributes - items- [Required] Gets the items of this ExternalLocationsMetadatumCollection. - 
__init__(**kwargs)¶
- Initializes a new ExternalLocationsMetadatumCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - items (list[oci.multicloud.models.ExternalLocationsMetadatumSummary]) – The value to assign to the items property of this ExternalLocationsMetadatumCollection. 
 - 
items¶
- [Required] Gets the items of this ExternalLocationsMetadatumCollection. List of ExternalLocationsMetadatumSummary - Returns: - The items of this ExternalLocationsMetadatumCollection. - Return type: - list[oci.multicloud.models.ExternalLocationsMetadatumSummary] 
 
-