intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getKubernetesSysConfigPolicy
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
A policy specifying system configuration such as timezone, DNS servers, and NTP Servers.
Using getKubernetesSysConfigPolicy
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getKubernetesSysConfigPolicy(args: GetKubernetesSysConfigPolicyArgs, opts?: InvokeOptions): Promise<GetKubernetesSysConfigPolicyResult>
function getKubernetesSysConfigPolicyOutput(args: GetKubernetesSysConfigPolicyOutputArgs, opts?: InvokeOptions): Output<GetKubernetesSysConfigPolicyResult>def get_kubernetes_sys_config_policy(account_moid: Optional[str] = None,
                                     additional_properties: Optional[str] = None,
                                     ancestors: Optional[Sequence[GetKubernetesSysConfigPolicyAncestor]] = None,
                                     class_id: Optional[str] = None,
                                     cluster_profiles: Optional[Sequence[GetKubernetesSysConfigPolicyClusterProfile]] = None,
                                     create_time: Optional[str] = None,
                                     description: Optional[str] = None,
                                     dns_domain_name: Optional[str] = None,
                                     dns_servers: Optional[Sequence[str]] = None,
                                     domain_group_moid: Optional[str] = None,
                                     id: Optional[str] = None,
                                     mod_time: Optional[str] = None,
                                     moid: Optional[str] = None,
                                     name: Optional[str] = None,
                                     ntp_servers: Optional[Sequence[str]] = None,
                                     object_type: Optional[str] = None,
                                     organization: Optional[GetKubernetesSysConfigPolicyOrganization] = None,
                                     owners: Optional[Sequence[str]] = None,
                                     parent: Optional[GetKubernetesSysConfigPolicyParent] = None,
                                     permission_resources: Optional[Sequence[GetKubernetesSysConfigPolicyPermissionResource]] = None,
                                     shared_scope: Optional[str] = None,
                                     tags: Optional[Sequence[GetKubernetesSysConfigPolicyTag]] = None,
                                     timezone: Optional[str] = None,
                                     version_context: Optional[GetKubernetesSysConfigPolicyVersionContext] = None,
                                     opts: Optional[InvokeOptions] = None) -> GetKubernetesSysConfigPolicyResult
def get_kubernetes_sys_config_policy_output(account_moid: Optional[pulumi.Input[str]] = None,
                                     additional_properties: Optional[pulumi.Input[str]] = None,
                                     ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetKubernetesSysConfigPolicyAncestorArgs]]]] = None,
                                     class_id: Optional[pulumi.Input[str]] = None,
                                     cluster_profiles: Optional[pulumi.Input[Sequence[pulumi.Input[GetKubernetesSysConfigPolicyClusterProfileArgs]]]] = None,
                                     create_time: Optional[pulumi.Input[str]] = None,
                                     description: Optional[pulumi.Input[str]] = None,
                                     dns_domain_name: Optional[pulumi.Input[str]] = None,
                                     dns_servers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                     domain_group_moid: Optional[pulumi.Input[str]] = None,
                                     id: Optional[pulumi.Input[str]] = None,
                                     mod_time: Optional[pulumi.Input[str]] = None,
                                     moid: Optional[pulumi.Input[str]] = None,
                                     name: Optional[pulumi.Input[str]] = None,
                                     ntp_servers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                     object_type: Optional[pulumi.Input[str]] = None,
                                     organization: Optional[pulumi.Input[GetKubernetesSysConfigPolicyOrganizationArgs]] = None,
                                     owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                     parent: Optional[pulumi.Input[GetKubernetesSysConfigPolicyParentArgs]] = None,
                                     permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetKubernetesSysConfigPolicyPermissionResourceArgs]]]] = None,
                                     shared_scope: Optional[pulumi.Input[str]] = None,
                                     tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetKubernetesSysConfigPolicyTagArgs]]]] = None,
                                     timezone: Optional[pulumi.Input[str]] = None,
                                     version_context: Optional[pulumi.Input[GetKubernetesSysConfigPolicyVersionContextArgs]] = None,
                                     opts: Optional[InvokeOptions] = None) -> Output[GetKubernetesSysConfigPolicyResult]func LookupKubernetesSysConfigPolicy(ctx *Context, args *LookupKubernetesSysConfigPolicyArgs, opts ...InvokeOption) (*LookupKubernetesSysConfigPolicyResult, error)
func LookupKubernetesSysConfigPolicyOutput(ctx *Context, args *LookupKubernetesSysConfigPolicyOutputArgs, opts ...InvokeOption) LookupKubernetesSysConfigPolicyResultOutput> Note: This function is named LookupKubernetesSysConfigPolicy in the Go SDK.
public static class GetKubernetesSysConfigPolicy 
{
    public static Task<GetKubernetesSysConfigPolicyResult> InvokeAsync(GetKubernetesSysConfigPolicyArgs args, InvokeOptions? opts = null)
    public static Output<GetKubernetesSysConfigPolicyResult> Invoke(GetKubernetesSysConfigPolicyInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetKubernetesSysConfigPolicyResult> getKubernetesSysConfigPolicy(GetKubernetesSysConfigPolicyArgs args, InvokeOptions options)
public static Output<GetKubernetesSysConfigPolicyResult> getKubernetesSysConfigPolicy(GetKubernetesSysConfigPolicyArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getKubernetesSysConfigPolicy:getKubernetesSysConfigPolicy
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetKubernetes Sys Config Policy Ancestor> 
- ClassId string
- ClusterProfiles List<GetKubernetes Sys Config Policy Cluster Profile> 
- CreateTime string
- The time when this managed object was created.
- Description string
- Description of the policy.
- DnsDomain stringName 
- The DNS Search Domain Name.
- DnsServers List<string>
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Id string
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the concrete policy.
- NtpServers List<string>
- ObjectType string
- Organization
GetKubernetes Sys Config Policy Organization 
- Owners List<string>
- Parent
GetKubernetes Sys Config Policy Parent 
- PermissionResources List<GetKubernetes Sys Config Policy Permission Resource> 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
List<GetKubernetes Sys Config Policy Tag> 
- Timezone string
- The timezone of the node's system clock.* Pacific/Niue- *Africa/Abidjan- *Africa/Accra- *Africa/Addis_Ababa- *Africa/Algiers- *Africa/Asmara- *Africa/Bamako- *Africa/Bangui- *Africa/Banjul- *Africa/Bissau- *Africa/Blantyre- *Africa/Brazzaville- *Africa/Bujumbura- *Africa/Cairo- *Africa/Casablanca- *Africa/Ceuta- *Africa/Conakry- *Africa/Dakar- *Africa/Dar_es_Salaam- *Africa/Djibouti- *Africa/Douala- *Africa/El_Aaiun- *Africa/Freetown- *Africa/Gaborone- *Africa/Harare- *Africa/Johannesburg- *Africa/Juba- *Africa/Kampala- *Africa/Khartoum- *Africa/Kigali- *Africa/Kinshasa- *Africa/Lagos- *Africa/Libreville- *Africa/Lome- *Africa/Luanda- *Africa/Lubumbashi- *Africa/Lusaka- *Africa/Malabo- *Africa/Maputo- *Africa/Maseru- *Africa/Mbabane- *Africa/Mogadishu- *Africa/Monrovia- *Africa/Nairobi- *Africa/Ndjamena- *Africa/Niamey- *Africa/Nouakchott- *Africa/Ouagadougou- *Africa/Porto-Novo- *Africa/Sao_Tome- *Africa/Tripoli- *Africa/Tunis- *Africa/Windhoek- *America/Adak- *America/Anchorage- *America/Anguilla- *America/Antigua- *America/Araguaina- *America/Argentina/Buenos_Aires- *America/Argentina/Catamarca- *America/Argentina/Cordoba- *America/Argentina/Jujuy- *America/Argentina/La_Rioja- *America/Argentina/Mendoza- *America/Argentina/Rio_Gallegos- *America/Argentina/Salta- *America/Argentina/San_Juan- *America/Argentina/San_Luis- *America/Argentina/Tucuman- *America/Argentina/Ushuaia- *America/Aruba- *America/Asuncion- *America/Atikokan- *America/Bahia- *America/Bahia_Banderas- *America/Barbados- *America/Belem- *America/Belize- *America/Blanc-Sablon- *America/Boa_Vista- *America/Bogota- *America/Boise- *America/Cambridge_Bay- *America/Campo_Grande- *America/Cancun- *America/Caracas- *America/Cayenne- *America/Cayman- *America/Chicago- *America/Chihuahua- *America/Costa_Rica- *America/Creston- *America/Cuiaba- *America/Curacao- *America/Danmarkshavn- *America/Dawson- *America/Dawson_Creek- *America/Denver- *America/Detroit- *America/Dominica- *America/Edmonton- *America/Eirunepe- *America/El_Salvador- *America/Fortaleza- *America/Glace_Bay- *America/Godthab- *America/Goose_Bay- *America/Grand_Turk- *America/Grenada- *America/Guadeloupe- *America/Guatemala- *America/Guayaquil- *America/Guyana- *America/Halifax- *America/Havana- *America/Hermosillo- *America/Indiana/Indianapolis- *America/Indiana/Knox- *America/Indiana/Marengo- *America/Indiana/Petersburg- *America/Indiana/Tell_City- *America/Indiana/Vevay- *America/Indiana/Vincennes- *America/Indiana/Winamac- *America/Inuvik- *America/Iqaluit- *America/Jamaica- *America/Juneau- *America/Kentucky/Louisville- *America/Kentucky/Monticello- *America/Kralendijk- *America/La_Paz- *America/Lima- *America/Los_Angeles- *America/Lower_Princes- *America/Maceio- *America/Managua- *America/Manaus- *America/Marigot- *America/Martinique- *America/Matamoros- *America/Mazatlan- *America/Menominee- *America/Merida- *America/Metlakatla- *America/Mexico_City- *America/Miquelon- *America/Moncton- *America/Monterrey- *America/Montevideo- *America/Montreal- *America/Montserrat- *America/Nassau- *America/New_York- *America/Nipigon- *America/Nome- *America/Noronha- *America/North_Dakota/Beulah- *America/North_Dakota/Center- *America/North_Dakota/New_Salem- *America/Ojinaga- *America/Panama- *America/Pangnirtung- *America/Paramaribo- *America/Phoenix- *America/Port-au-Prince- *America/Port_of_Spain- *America/Porto_Velho- *America/Puerto_Rico- *America/Rainy_River- *America/Rankin_Inlet- *America/Recife- *America/Regina- *America/Resolute- *America/Rio_Branco- *America/Santa_Isabel- *America/Santarem- *America/Santiago- *America/Santo_Domingo- *America/Sao_Paulo- *America/Scoresbysund- *America/Shiprock- *America/Sitka- *America/St_Barthelemy- *America/St_Johns- *America/St_Kitts- *America/St_Lucia- *America/St_Thomas- *America/St_Vincent- *America/Swift_Current- *America/Tegucigalpa- *America/Thule- *America/Thunder_Bay- *America/Tijuana- *America/Toronto- *America/Tortola- *America/Vancouver- *America/Whitehorse- *America/Winnipeg- *America/Yakutat- *America/Yellowknife- *Antarctica/Casey- *Antarctica/Davis- *Antarctica/DumontDUrville- *Antarctica/Macquarie- *Antarctica/Mawson- *Antarctica/McMurdo- *Antarctica/Palmer- *Antarctica/Rothera- *Antarctica/South_Pole- *Antarctica/Syowa- *Antarctica/Troll- *Antarctica/Vostok- *Arctic/Longyearbyen- *Asia/Aden- *Asia/Almaty- *Asia/Amman- *Asia/Anadyr- *Asia/Aqtau- *Asia/Aqtobe- *Asia/Ashgabat- *Asia/Baghdad- *Asia/Bahrain- *Asia/Baku- *Asia/Bangkok- *Asia/Beirut- *Asia/Bishkek- *Asia/Brunei- *Asia/Calcutta- *Asia/Choibalsan- *Asia/Chongqing- *Asia/Colombo- *Asia/Damascus- *Asia/Dhaka- *Asia/Dili- *Asia/Dubai- *Asia/Dushanbe- *Asia/Gaza- *Asia/Harbin- *Asia/Hebron- *Asia/Ho_Chi_Minh- *Asia/Hong_Kong- *Asia/Hovd- *Asia/Irkutsk- *Asia/Jakarta- *Asia/Jayapura- *Asia/Jerusalem- *Asia/Kabul- *Asia/Kamchatka- *Asia/Karachi- *Asia/Kashgar- *Asia/Kathmandu- *Asia/Katmandu- *Asia/Khandyga- *Asia/Kolkata- *Asia/Krasnoyarsk- *Asia/Kuala_Lumpur- *Asia/Kuching- *Asia/Kuwait- *Asia/Macau- *Asia/Magadan- *Asia/Makassar- *Asia/Manila- *Asia/Muscat- *Asia/Nicosia- *Asia/Novokuznetsk- *Asia/Novosibirsk- *Asia/Omsk- *Asia/Oral- *Asia/Phnom_Penh- *Asia/Pontianak- *Asia/Pyongyang- *Asia/Qatar- *Asia/Qyzylorda- *Asia/Rangoon- *Asia/Riyadh- *Asia/Saigon- *Asia/Sakhalin- *Asia/Samarkand- *Asia/Seoul- *Asia/Shanghai- *Asia/Singapore- *Asia/Taipei- *Asia/Tashkent- *Asia/Tbilisi- *Asia/Tehran- *Asia/Thimphu- *Asia/Tokyo- *Asia/Ulaanbaatar- *Asia/Urumqi- *Asia/Ust-Nera- *Asia/Vientiane- *Asia/Vladivostok- *Asia/Yakutsk- *Asia/Yekaterinburg- *Asia/Yerevan- *Atlantic/Azores- *Atlantic/Bermuda- *Atlantic/Canary- *Atlantic/Cape_Verde- *Atlantic/Faroe- *Atlantic/Madeira- *Atlantic/Reykjavik- *Atlantic/South_Georgia- *Atlantic/St_Helena- *Atlantic/Stanley- *Australia/Adelaide- *Australia/Brisbane- *Australia/Broken_Hill- *Australia/Currie- *Australia/Darwin- *Australia/Eucla- *Australia/Hobart- *Australia/Lindeman- *Australia/Lord_Howe- *Australia/Melbourne- *Australia/Perth- *Australia/Sydney- *Etc/GMT- *Europe/Amsterdam- *Europe/Andorra- *Europe/Athens- *Europe/Belgrade- *Europe/Berlin- *Europe/Bratislava- *Europe/Brussels- *Europe/Bucharest- *Europe/Budapest- *Europe/Busingen- *Europe/Chisinau- *Europe/Copenhagen- *Europe/Dublin- *Europe/Gibraltar- *Europe/Guernsey- *Europe/Helsinki- *Europe/Isle_of_Man- *Europe/Istanbul- *Europe/Jersey- *Europe/Kaliningrad- *Europe/Kiev- *Europe/Lisbon- *Europe/Ljubljana- *Europe/London- *Europe/Luxembourg- *Europe/Madrid- *Europe/Malta- *Europe/Mariehamn- *Europe/Minsk- *Europe/Monaco- *Europe/Moscow- *Europe/Oslo- *Europe/Paris- *Europe/Podgorica- *Europe/Prague- *Europe/Riga- *Europe/Rome- *Europe/Samara- *Europe/San_Marino- *Europe/Sarajevo- *Europe/Simferopol- *Europe/Skopje- *Europe/Sofia- *Europe/Stockholm- *Europe/Tallinn- *Europe/Tirane- *Europe/Uzhgorod- *Europe/Vaduz- *Europe/Vatican- *Europe/Vienna- *Europe/Vilnius- *Europe/Volgograd- *Europe/Warsaw- *Europe/Zagreb- *Europe/Zaporozhye- *Europe/Zurich- *Indian/Antananarivo- *Indian/Chagos- *Indian/Christmas- *Indian/Cocos- *Indian/Comoro- *Indian/Kerguelen- *Indian/Mahe- *Indian/Maldives- *Indian/Mauritius- *Indian/Mayotte- *Indian/Reunion- *Pacific/Apia- *Pacific/Auckland- *Pacific/Chatham- *Pacific/Chuuk- *Pacific/Easter- *Pacific/Efate- *Pacific/Enderbury- *Pacific/Fakaofo- *Pacific/Fiji- *Pacific/Funafuti- *Pacific/Galapagos- *Pacific/Gambier- *Pacific/Guadalcanal- *Pacific/Guam- *Pacific/Honolulu- *Pacific/Johnston- *Pacific/Kiritimati- *Pacific/Kosrae- *Pacific/Kwajalein- *Pacific/Majuro- *Pacific/Marquesas- *Pacific/Midway- *Pacific/Nauru- *Pacific/Norfolk- *Pacific/Noumea- *Pacific/Pago_Pago- *Pacific/Palau- *Pacific/Pitcairn- *Pacific/Pohnpei- *Pacific/Port_Moresby- *Pacific/Rarotonga- *Pacific/Saipan- *Pacific/Tahiti- *Pacific/Tarawa- *Pacific/Tongatapu- *Pacific/Wake- *Pacific/Wallis- *UTC-
- VersionContext GetKubernetes Sys Config Policy Version Context 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetKubernetes Sys Config Policy Ancestor 
- ClassId string
- ClusterProfiles []GetKubernetes Sys Config Policy Cluster Profile 
- CreateTime string
- The time when this managed object was created.
- Description string
- Description of the policy.
- DnsDomain stringName 
- The DNS Search Domain Name.
- DnsServers []string
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Id string
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the concrete policy.
- NtpServers []string
- ObjectType string
- Organization
GetKubernetes Sys Config Policy Organization 
- Owners []string
- Parent
GetKubernetes Sys Config Policy Parent 
- PermissionResources []GetKubernetes Sys Config Policy Permission Resource 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
[]GetKubernetes Sys Config Policy Tag 
- Timezone string
- The timezone of the node's system clock.* Pacific/Niue- *Africa/Abidjan- *Africa/Accra- *Africa/Addis_Ababa- *Africa/Algiers- *Africa/Asmara- *Africa/Bamako- *Africa/Bangui- *Africa/Banjul- *Africa/Bissau- *Africa/Blantyre- *Africa/Brazzaville- *Africa/Bujumbura- *Africa/Cairo- *Africa/Casablanca- *Africa/Ceuta- *Africa/Conakry- *Africa/Dakar- *Africa/Dar_es_Salaam- *Africa/Djibouti- *Africa/Douala- *Africa/El_Aaiun- *Africa/Freetown- *Africa/Gaborone- *Africa/Harare- *Africa/Johannesburg- *Africa/Juba- *Africa/Kampala- *Africa/Khartoum- *Africa/Kigali- *Africa/Kinshasa- *Africa/Lagos- *Africa/Libreville- *Africa/Lome- *Africa/Luanda- *Africa/Lubumbashi- *Africa/Lusaka- *Africa/Malabo- *Africa/Maputo- *Africa/Maseru- *Africa/Mbabane- *Africa/Mogadishu- *Africa/Monrovia- *Africa/Nairobi- *Africa/Ndjamena- *Africa/Niamey- *Africa/Nouakchott- *Africa/Ouagadougou- *Africa/Porto-Novo- *Africa/Sao_Tome- *Africa/Tripoli- *Africa/Tunis- *Africa/Windhoek- *America/Adak- *America/Anchorage- *America/Anguilla- *America/Antigua- *America/Araguaina- *America/Argentina/Buenos_Aires- *America/Argentina/Catamarca- *America/Argentina/Cordoba- *America/Argentina/Jujuy- *America/Argentina/La_Rioja- *America/Argentina/Mendoza- *America/Argentina/Rio_Gallegos- *America/Argentina/Salta- *America/Argentina/San_Juan- *America/Argentina/San_Luis- *America/Argentina/Tucuman- *America/Argentina/Ushuaia- *America/Aruba- *America/Asuncion- *America/Atikokan- *America/Bahia- *America/Bahia_Banderas- *America/Barbados- *America/Belem- *America/Belize- *America/Blanc-Sablon- *America/Boa_Vista- *America/Bogota- *America/Boise- *America/Cambridge_Bay- *America/Campo_Grande- *America/Cancun- *America/Caracas- *America/Cayenne- *America/Cayman- *America/Chicago- *America/Chihuahua- *America/Costa_Rica- *America/Creston- *America/Cuiaba- *America/Curacao- *America/Danmarkshavn- *America/Dawson- *America/Dawson_Creek- *America/Denver- *America/Detroit- *America/Dominica- *America/Edmonton- *America/Eirunepe- *America/El_Salvador- *America/Fortaleza- *America/Glace_Bay- *America/Godthab- *America/Goose_Bay- *America/Grand_Turk- *America/Grenada- *America/Guadeloupe- *America/Guatemala- *America/Guayaquil- *America/Guyana- *America/Halifax- *America/Havana- *America/Hermosillo- *America/Indiana/Indianapolis- *America/Indiana/Knox- *America/Indiana/Marengo- *America/Indiana/Petersburg- *America/Indiana/Tell_City- *America/Indiana/Vevay- *America/Indiana/Vincennes- *America/Indiana/Winamac- *America/Inuvik- *America/Iqaluit- *America/Jamaica- *America/Juneau- *America/Kentucky/Louisville- *America/Kentucky/Monticello- *America/Kralendijk- *America/La_Paz- *America/Lima- *America/Los_Angeles- *America/Lower_Princes- *America/Maceio- *America/Managua- *America/Manaus- *America/Marigot- *America/Martinique- *America/Matamoros- *America/Mazatlan- *America/Menominee- *America/Merida- *America/Metlakatla- *America/Mexico_City- *America/Miquelon- *America/Moncton- *America/Monterrey- *America/Montevideo- *America/Montreal- *America/Montserrat- *America/Nassau- *America/New_York- *America/Nipigon- *America/Nome- *America/Noronha- *America/North_Dakota/Beulah- *America/North_Dakota/Center- *America/North_Dakota/New_Salem- *America/Ojinaga- *America/Panama- *America/Pangnirtung- *America/Paramaribo- *America/Phoenix- *America/Port-au-Prince- *America/Port_of_Spain- *America/Porto_Velho- *America/Puerto_Rico- *America/Rainy_River- *America/Rankin_Inlet- *America/Recife- *America/Regina- *America/Resolute- *America/Rio_Branco- *America/Santa_Isabel- *America/Santarem- *America/Santiago- *America/Santo_Domingo- *America/Sao_Paulo- *America/Scoresbysund- *America/Shiprock- *America/Sitka- *America/St_Barthelemy- *America/St_Johns- *America/St_Kitts- *America/St_Lucia- *America/St_Thomas- *America/St_Vincent- *America/Swift_Current- *America/Tegucigalpa- *America/Thule- *America/Thunder_Bay- *America/Tijuana- *America/Toronto- *America/Tortola- *America/Vancouver- *America/Whitehorse- *America/Winnipeg- *America/Yakutat- *America/Yellowknife- *Antarctica/Casey- *Antarctica/Davis- *Antarctica/DumontDUrville- *Antarctica/Macquarie- *Antarctica/Mawson- *Antarctica/McMurdo- *Antarctica/Palmer- *Antarctica/Rothera- *Antarctica/South_Pole- *Antarctica/Syowa- *Antarctica/Troll- *Antarctica/Vostok- *Arctic/Longyearbyen- *Asia/Aden- *Asia/Almaty- *Asia/Amman- *Asia/Anadyr- *Asia/Aqtau- *Asia/Aqtobe- *Asia/Ashgabat- *Asia/Baghdad- *Asia/Bahrain- *Asia/Baku- *Asia/Bangkok- *Asia/Beirut- *Asia/Bishkek- *Asia/Brunei- *Asia/Calcutta- *Asia/Choibalsan- *Asia/Chongqing- *Asia/Colombo- *Asia/Damascus- *Asia/Dhaka- *Asia/Dili- *Asia/Dubai- *Asia/Dushanbe- *Asia/Gaza- *Asia/Harbin- *Asia/Hebron- *Asia/Ho_Chi_Minh- *Asia/Hong_Kong- *Asia/Hovd- *Asia/Irkutsk- *Asia/Jakarta- *Asia/Jayapura- *Asia/Jerusalem- *Asia/Kabul- *Asia/Kamchatka- *Asia/Karachi- *Asia/Kashgar- *Asia/Kathmandu- *Asia/Katmandu- *Asia/Khandyga- *Asia/Kolkata- *Asia/Krasnoyarsk- *Asia/Kuala_Lumpur- *Asia/Kuching- *Asia/Kuwait- *Asia/Macau- *Asia/Magadan- *Asia/Makassar- *Asia/Manila- *Asia/Muscat- *Asia/Nicosia- *Asia/Novokuznetsk- *Asia/Novosibirsk- *Asia/Omsk- *Asia/Oral- *Asia/Phnom_Penh- *Asia/Pontianak- *Asia/Pyongyang- *Asia/Qatar- *Asia/Qyzylorda- *Asia/Rangoon- *Asia/Riyadh- *Asia/Saigon- *Asia/Sakhalin- *Asia/Samarkand- *Asia/Seoul- *Asia/Shanghai- *Asia/Singapore- *Asia/Taipei- *Asia/Tashkent- *Asia/Tbilisi- *Asia/Tehran- *Asia/Thimphu- *Asia/Tokyo- *Asia/Ulaanbaatar- *Asia/Urumqi- *Asia/Ust-Nera- *Asia/Vientiane- *Asia/Vladivostok- *Asia/Yakutsk- *Asia/Yekaterinburg- *Asia/Yerevan- *Atlantic/Azores- *Atlantic/Bermuda- *Atlantic/Canary- *Atlantic/Cape_Verde- *Atlantic/Faroe- *Atlantic/Madeira- *Atlantic/Reykjavik- *Atlantic/South_Georgia- *Atlantic/St_Helena- *Atlantic/Stanley- *Australia/Adelaide- *Australia/Brisbane- *Australia/Broken_Hill- *Australia/Currie- *Australia/Darwin- *Australia/Eucla- *Australia/Hobart- *Australia/Lindeman- *Australia/Lord_Howe- *Australia/Melbourne- *Australia/Perth- *Australia/Sydney- *Etc/GMT- *Europe/Amsterdam- *Europe/Andorra- *Europe/Athens- *Europe/Belgrade- *Europe/Berlin- *Europe/Bratislava- *Europe/Brussels- *Europe/Bucharest- *Europe/Budapest- *Europe/Busingen- *Europe/Chisinau- *Europe/Copenhagen- *Europe/Dublin- *Europe/Gibraltar- *Europe/Guernsey- *Europe/Helsinki- *Europe/Isle_of_Man- *Europe/Istanbul- *Europe/Jersey- *Europe/Kaliningrad- *Europe/Kiev- *Europe/Lisbon- *Europe/Ljubljana- *Europe/London- *Europe/Luxembourg- *Europe/Madrid- *Europe/Malta- *Europe/Mariehamn- *Europe/Minsk- *Europe/Monaco- *Europe/Moscow- *Europe/Oslo- *Europe/Paris- *Europe/Podgorica- *Europe/Prague- *Europe/Riga- *Europe/Rome- *Europe/Samara- *Europe/San_Marino- *Europe/Sarajevo- *Europe/Simferopol- *Europe/Skopje- *Europe/Sofia- *Europe/Stockholm- *Europe/Tallinn- *Europe/Tirane- *Europe/Uzhgorod- *Europe/Vaduz- *Europe/Vatican- *Europe/Vienna- *Europe/Vilnius- *Europe/Volgograd- *Europe/Warsaw- *Europe/Zagreb- *Europe/Zaporozhye- *Europe/Zurich- *Indian/Antananarivo- *Indian/Chagos- *Indian/Christmas- *Indian/Cocos- *Indian/Comoro- *Indian/Kerguelen- *Indian/Mahe- *Indian/Maldives- *Indian/Mauritius- *Indian/Mayotte- *Indian/Reunion- *Pacific/Apia- *Pacific/Auckland- *Pacific/Chatham- *Pacific/Chuuk- *Pacific/Easter- *Pacific/Efate- *Pacific/Enderbury- *Pacific/Fakaofo- *Pacific/Fiji- *Pacific/Funafuti- *Pacific/Galapagos- *Pacific/Gambier- *Pacific/Guadalcanal- *Pacific/Guam- *Pacific/Honolulu- *Pacific/Johnston- *Pacific/Kiritimati- *Pacific/Kosrae- *Pacific/Kwajalein- *Pacific/Majuro- *Pacific/Marquesas- *Pacific/Midway- *Pacific/Nauru- *Pacific/Norfolk- *Pacific/Noumea- *Pacific/Pago_Pago- *Pacific/Palau- *Pacific/Pitcairn- *Pacific/Pohnpei- *Pacific/Port_Moresby- *Pacific/Rarotonga- *Pacific/Saipan- *Pacific/Tahiti- *Pacific/Tarawa- *Pacific/Tongatapu- *Pacific/Wake- *Pacific/Wallis- *UTC-
- VersionContext GetKubernetes Sys Config Policy Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetKubernetes Sys Config Policy Ancestor> 
- classId String
- clusterProfiles List<GetKubernetes Sys Config Policy Cluster Profile> 
- createTime String
- The time when this managed object was created.
- description String
- Description of the policy.
- dnsDomain StringName 
- The DNS Search Domain Name.
- dnsServers List<String>
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- id String
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the concrete policy.
- ntpServers List<String>
- objectType String
- organization
GetKubernetes Sys Config Policy Organization 
- owners List<String>
- parent
GetKubernetes Sys Config Policy Parent 
- permissionResources List<GetKubernetes Sys Config Policy Permission Resource> 
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
List<GetKubernetes Sys Config Policy Tag> 
- timezone String
- The timezone of the node's system clock.* Pacific/Niue- *Africa/Abidjan- *Africa/Accra- *Africa/Addis_Ababa- *Africa/Algiers- *Africa/Asmara- *Africa/Bamako- *Africa/Bangui- *Africa/Banjul- *Africa/Bissau- *Africa/Blantyre- *Africa/Brazzaville- *Africa/Bujumbura- *Africa/Cairo- *Africa/Casablanca- *Africa/Ceuta- *Africa/Conakry- *Africa/Dakar- *Africa/Dar_es_Salaam- *Africa/Djibouti- *Africa/Douala- *Africa/El_Aaiun- *Africa/Freetown- *Africa/Gaborone- *Africa/Harare- *Africa/Johannesburg- *Africa/Juba- *Africa/Kampala- *Africa/Khartoum- *Africa/Kigali- *Africa/Kinshasa- *Africa/Lagos- *Africa/Libreville- *Africa/Lome- *Africa/Luanda- *Africa/Lubumbashi- *Africa/Lusaka- *Africa/Malabo- *Africa/Maputo- *Africa/Maseru- *Africa/Mbabane- *Africa/Mogadishu- *Africa/Monrovia- *Africa/Nairobi- *Africa/Ndjamena- *Africa/Niamey- *Africa/Nouakchott- *Africa/Ouagadougou- *Africa/Porto-Novo- *Africa/Sao_Tome- *Africa/Tripoli- *Africa/Tunis- *Africa/Windhoek- *America/Adak- *America/Anchorage- *America/Anguilla- *America/Antigua- *America/Araguaina- *America/Argentina/Buenos_Aires- *America/Argentina/Catamarca- *America/Argentina/Cordoba- *America/Argentina/Jujuy- *America/Argentina/La_Rioja- *America/Argentina/Mendoza- *America/Argentina/Rio_Gallegos- *America/Argentina/Salta- *America/Argentina/San_Juan- *America/Argentina/San_Luis- *America/Argentina/Tucuman- *America/Argentina/Ushuaia- *America/Aruba- *America/Asuncion- *America/Atikokan- *America/Bahia- *America/Bahia_Banderas- *America/Barbados- *America/Belem- *America/Belize- *America/Blanc-Sablon- *America/Boa_Vista- *America/Bogota- *America/Boise- *America/Cambridge_Bay- *America/Campo_Grande- *America/Cancun- *America/Caracas- *America/Cayenne- *America/Cayman- *America/Chicago- *America/Chihuahua- *America/Costa_Rica- *America/Creston- *America/Cuiaba- *America/Curacao- *America/Danmarkshavn- *America/Dawson- *America/Dawson_Creek- *America/Denver- *America/Detroit- *America/Dominica- *America/Edmonton- *America/Eirunepe- *America/El_Salvador- *America/Fortaleza- *America/Glace_Bay- *America/Godthab- *America/Goose_Bay- *America/Grand_Turk- *America/Grenada- *America/Guadeloupe- *America/Guatemala- *America/Guayaquil- *America/Guyana- *America/Halifax- *America/Havana- *America/Hermosillo- *America/Indiana/Indianapolis- *America/Indiana/Knox- *America/Indiana/Marengo- *America/Indiana/Petersburg- *America/Indiana/Tell_City- *America/Indiana/Vevay- *America/Indiana/Vincennes- *America/Indiana/Winamac- *America/Inuvik- *America/Iqaluit- *America/Jamaica- *America/Juneau- *America/Kentucky/Louisville- *America/Kentucky/Monticello- *America/Kralendijk- *America/La_Paz- *America/Lima- *America/Los_Angeles- *America/Lower_Princes- *America/Maceio- *America/Managua- *America/Manaus- *America/Marigot- *America/Martinique- *America/Matamoros- *America/Mazatlan- *America/Menominee- *America/Merida- *America/Metlakatla- *America/Mexico_City- *America/Miquelon- *America/Moncton- *America/Monterrey- *America/Montevideo- *America/Montreal- *America/Montserrat- *America/Nassau- *America/New_York- *America/Nipigon- *America/Nome- *America/Noronha- *America/North_Dakota/Beulah- *America/North_Dakota/Center- *America/North_Dakota/New_Salem- *America/Ojinaga- *America/Panama- *America/Pangnirtung- *America/Paramaribo- *America/Phoenix- *America/Port-au-Prince- *America/Port_of_Spain- *America/Porto_Velho- *America/Puerto_Rico- *America/Rainy_River- *America/Rankin_Inlet- *America/Recife- *America/Regina- *America/Resolute- *America/Rio_Branco- *America/Santa_Isabel- *America/Santarem- *America/Santiago- *America/Santo_Domingo- *America/Sao_Paulo- *America/Scoresbysund- *America/Shiprock- *America/Sitka- *America/St_Barthelemy- *America/St_Johns- *America/St_Kitts- *America/St_Lucia- *America/St_Thomas- *America/St_Vincent- *America/Swift_Current- *America/Tegucigalpa- *America/Thule- *America/Thunder_Bay- *America/Tijuana- *America/Toronto- *America/Tortola- *America/Vancouver- *America/Whitehorse- *America/Winnipeg- *America/Yakutat- *America/Yellowknife- *Antarctica/Casey- *Antarctica/Davis- *Antarctica/DumontDUrville- *Antarctica/Macquarie- *Antarctica/Mawson- *Antarctica/McMurdo- *Antarctica/Palmer- *Antarctica/Rothera- *Antarctica/South_Pole- *Antarctica/Syowa- *Antarctica/Troll- *Antarctica/Vostok- *Arctic/Longyearbyen- *Asia/Aden- *Asia/Almaty- *Asia/Amman- *Asia/Anadyr- *Asia/Aqtau- *Asia/Aqtobe- *Asia/Ashgabat- *Asia/Baghdad- *Asia/Bahrain- *Asia/Baku- *Asia/Bangkok- *Asia/Beirut- *Asia/Bishkek- *Asia/Brunei- *Asia/Calcutta- *Asia/Choibalsan- *Asia/Chongqing- *Asia/Colombo- *Asia/Damascus- *Asia/Dhaka- *Asia/Dili- *Asia/Dubai- *Asia/Dushanbe- *Asia/Gaza- *Asia/Harbin- *Asia/Hebron- *Asia/Ho_Chi_Minh- *Asia/Hong_Kong- *Asia/Hovd- *Asia/Irkutsk- *Asia/Jakarta- *Asia/Jayapura- *Asia/Jerusalem- *Asia/Kabul- *Asia/Kamchatka- *Asia/Karachi- *Asia/Kashgar- *Asia/Kathmandu- *Asia/Katmandu- *Asia/Khandyga- *Asia/Kolkata- *Asia/Krasnoyarsk- *Asia/Kuala_Lumpur- *Asia/Kuching- *Asia/Kuwait- *Asia/Macau- *Asia/Magadan- *Asia/Makassar- *Asia/Manila- *Asia/Muscat- *Asia/Nicosia- *Asia/Novokuznetsk- *Asia/Novosibirsk- *Asia/Omsk- *Asia/Oral- *Asia/Phnom_Penh- *Asia/Pontianak- *Asia/Pyongyang- *Asia/Qatar- *Asia/Qyzylorda- *Asia/Rangoon- *Asia/Riyadh- *Asia/Saigon- *Asia/Sakhalin- *Asia/Samarkand- *Asia/Seoul- *Asia/Shanghai- *Asia/Singapore- *Asia/Taipei- *Asia/Tashkent- *Asia/Tbilisi- *Asia/Tehran- *Asia/Thimphu- *Asia/Tokyo- *Asia/Ulaanbaatar- *Asia/Urumqi- *Asia/Ust-Nera- *Asia/Vientiane- *Asia/Vladivostok- *Asia/Yakutsk- *Asia/Yekaterinburg- *Asia/Yerevan- *Atlantic/Azores- *Atlantic/Bermuda- *Atlantic/Canary- *Atlantic/Cape_Verde- *Atlantic/Faroe- *Atlantic/Madeira- *Atlantic/Reykjavik- *Atlantic/South_Georgia- *Atlantic/St_Helena- *Atlantic/Stanley- *Australia/Adelaide- *Australia/Brisbane- *Australia/Broken_Hill- *Australia/Currie- *Australia/Darwin- *Australia/Eucla- *Australia/Hobart- *Australia/Lindeman- *Australia/Lord_Howe- *Australia/Melbourne- *Australia/Perth- *Australia/Sydney- *Etc/GMT- *Europe/Amsterdam- *Europe/Andorra- *Europe/Athens- *Europe/Belgrade- *Europe/Berlin- *Europe/Bratislava- *Europe/Brussels- *Europe/Bucharest- *Europe/Budapest- *Europe/Busingen- *Europe/Chisinau- *Europe/Copenhagen- *Europe/Dublin- *Europe/Gibraltar- *Europe/Guernsey- *Europe/Helsinki- *Europe/Isle_of_Man- *Europe/Istanbul- *Europe/Jersey- *Europe/Kaliningrad- *Europe/Kiev- *Europe/Lisbon- *Europe/Ljubljana- *Europe/London- *Europe/Luxembourg- *Europe/Madrid- *Europe/Malta- *Europe/Mariehamn- *Europe/Minsk- *Europe/Monaco- *Europe/Moscow- *Europe/Oslo- *Europe/Paris- *Europe/Podgorica- *Europe/Prague- *Europe/Riga- *Europe/Rome- *Europe/Samara- *Europe/San_Marino- *Europe/Sarajevo- *Europe/Simferopol- *Europe/Skopje- *Europe/Sofia- *Europe/Stockholm- *Europe/Tallinn- *Europe/Tirane- *Europe/Uzhgorod- *Europe/Vaduz- *Europe/Vatican- *Europe/Vienna- *Europe/Vilnius- *Europe/Volgograd- *Europe/Warsaw- *Europe/Zagreb- *Europe/Zaporozhye- *Europe/Zurich- *Indian/Antananarivo- *Indian/Chagos- *Indian/Christmas- *Indian/Cocos- *Indian/Comoro- *Indian/Kerguelen- *Indian/Mahe- *Indian/Maldives- *Indian/Mauritius- *Indian/Mayotte- *Indian/Reunion- *Pacific/Apia- *Pacific/Auckland- *Pacific/Chatham- *Pacific/Chuuk- *Pacific/Easter- *Pacific/Efate- *Pacific/Enderbury- *Pacific/Fakaofo- *Pacific/Fiji- *Pacific/Funafuti- *Pacific/Galapagos- *Pacific/Gambier- *Pacific/Guadalcanal- *Pacific/Guam- *Pacific/Honolulu- *Pacific/Johnston- *Pacific/Kiritimati- *Pacific/Kosrae- *Pacific/Kwajalein- *Pacific/Majuro- *Pacific/Marquesas- *Pacific/Midway- *Pacific/Nauru- *Pacific/Norfolk- *Pacific/Noumea- *Pacific/Pago_Pago- *Pacific/Palau- *Pacific/Pitcairn- *Pacific/Pohnpei- *Pacific/Port_Moresby- *Pacific/Rarotonga- *Pacific/Saipan- *Pacific/Tahiti- *Pacific/Tarawa- *Pacific/Tongatapu- *Pacific/Wake- *Pacific/Wallis- *UTC-
- versionContext GetKubernetes Sys Config Policy Version Context 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetKubernetes Sys Config Policy Ancestor[] 
- classId string
- clusterProfiles GetKubernetes Sys Config Policy Cluster Profile[] 
- createTime string
- The time when this managed object was created.
- description string
- Description of the policy.
- dnsDomain stringName 
- The DNS Search Domain Name.
- dnsServers string[]
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- id string
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Name of the concrete policy.
- ntpServers string[]
- objectType string
- organization
GetKubernetes Sys Config Policy Organization 
- owners string[]
- parent
GetKubernetes Sys Config Policy Parent 
- permissionResources GetKubernetes Sys Config Policy Permission Resource[] 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
GetKubernetes Sys Config Policy Tag[] 
- timezone string
- The timezone of the node's system clock.* Pacific/Niue- *Africa/Abidjan- *Africa/Accra- *Africa/Addis_Ababa- *Africa/Algiers- *Africa/Asmara- *Africa/Bamako- *Africa/Bangui- *Africa/Banjul- *Africa/Bissau- *Africa/Blantyre- *Africa/Brazzaville- *Africa/Bujumbura- *Africa/Cairo- *Africa/Casablanca- *Africa/Ceuta- *Africa/Conakry- *Africa/Dakar- *Africa/Dar_es_Salaam- *Africa/Djibouti- *Africa/Douala- *Africa/El_Aaiun- *Africa/Freetown- *Africa/Gaborone- *Africa/Harare- *Africa/Johannesburg- *Africa/Juba- *Africa/Kampala- *Africa/Khartoum- *Africa/Kigali- *Africa/Kinshasa- *Africa/Lagos- *Africa/Libreville- *Africa/Lome- *Africa/Luanda- *Africa/Lubumbashi- *Africa/Lusaka- *Africa/Malabo- *Africa/Maputo- *Africa/Maseru- *Africa/Mbabane- *Africa/Mogadishu- *Africa/Monrovia- *Africa/Nairobi- *Africa/Ndjamena- *Africa/Niamey- *Africa/Nouakchott- *Africa/Ouagadougou- *Africa/Porto-Novo- *Africa/Sao_Tome- *Africa/Tripoli- *Africa/Tunis- *Africa/Windhoek- *America/Adak- *America/Anchorage- *America/Anguilla- *America/Antigua- *America/Araguaina- *America/Argentina/Buenos_Aires- *America/Argentina/Catamarca- *America/Argentina/Cordoba- *America/Argentina/Jujuy- *America/Argentina/La_Rioja- *America/Argentina/Mendoza- *America/Argentina/Rio_Gallegos- *America/Argentina/Salta- *America/Argentina/San_Juan- *America/Argentina/San_Luis- *America/Argentina/Tucuman- *America/Argentina/Ushuaia- *America/Aruba- *America/Asuncion- *America/Atikokan- *America/Bahia- *America/Bahia_Banderas- *America/Barbados- *America/Belem- *America/Belize- *America/Blanc-Sablon- *America/Boa_Vista- *America/Bogota- *America/Boise- *America/Cambridge_Bay- *America/Campo_Grande- *America/Cancun- *America/Caracas- *America/Cayenne- *America/Cayman- *America/Chicago- *America/Chihuahua- *America/Costa_Rica- *America/Creston- *America/Cuiaba- *America/Curacao- *America/Danmarkshavn- *America/Dawson- *America/Dawson_Creek- *America/Denver- *America/Detroit- *America/Dominica- *America/Edmonton- *America/Eirunepe- *America/El_Salvador- *America/Fortaleza- *America/Glace_Bay- *America/Godthab- *America/Goose_Bay- *America/Grand_Turk- *America/Grenada- *America/Guadeloupe- *America/Guatemala- *America/Guayaquil- *America/Guyana- *America/Halifax- *America/Havana- *America/Hermosillo- *America/Indiana/Indianapolis- *America/Indiana/Knox- *America/Indiana/Marengo- *America/Indiana/Petersburg- *America/Indiana/Tell_City- *America/Indiana/Vevay- *America/Indiana/Vincennes- *America/Indiana/Winamac- *America/Inuvik- *America/Iqaluit- *America/Jamaica- *America/Juneau- *America/Kentucky/Louisville- *America/Kentucky/Monticello- *America/Kralendijk- *America/La_Paz- *America/Lima- *America/Los_Angeles- *America/Lower_Princes- *America/Maceio- *America/Managua- *America/Manaus- *America/Marigot- *America/Martinique- *America/Matamoros- *America/Mazatlan- *America/Menominee- *America/Merida- *America/Metlakatla- *America/Mexico_City- *America/Miquelon- *America/Moncton- *America/Monterrey- *America/Montevideo- *America/Montreal- *America/Montserrat- *America/Nassau- *America/New_York- *America/Nipigon- *America/Nome- *America/Noronha- *America/North_Dakota/Beulah- *America/North_Dakota/Center- *America/North_Dakota/New_Salem- *America/Ojinaga- *America/Panama- *America/Pangnirtung- *America/Paramaribo- *America/Phoenix- *America/Port-au-Prince- *America/Port_of_Spain- *America/Porto_Velho- *America/Puerto_Rico- *America/Rainy_River- *America/Rankin_Inlet- *America/Recife- *America/Regina- *America/Resolute- *America/Rio_Branco- *America/Santa_Isabel- *America/Santarem- *America/Santiago- *America/Santo_Domingo- *America/Sao_Paulo- *America/Scoresbysund- *America/Shiprock- *America/Sitka- *America/St_Barthelemy- *America/St_Johns- *America/St_Kitts- *America/St_Lucia- *America/St_Thomas- *America/St_Vincent- *America/Swift_Current- *America/Tegucigalpa- *America/Thule- *America/Thunder_Bay- *America/Tijuana- *America/Toronto- *America/Tortola- *America/Vancouver- *America/Whitehorse- *America/Winnipeg- *America/Yakutat- *America/Yellowknife- *Antarctica/Casey- *Antarctica/Davis- *Antarctica/DumontDUrville- *Antarctica/Macquarie- *Antarctica/Mawson- *Antarctica/McMurdo- *Antarctica/Palmer- *Antarctica/Rothera- *Antarctica/South_Pole- *Antarctica/Syowa- *Antarctica/Troll- *Antarctica/Vostok- *Arctic/Longyearbyen- *Asia/Aden- *Asia/Almaty- *Asia/Amman- *Asia/Anadyr- *Asia/Aqtau- *Asia/Aqtobe- *Asia/Ashgabat- *Asia/Baghdad- *Asia/Bahrain- *Asia/Baku- *Asia/Bangkok- *Asia/Beirut- *Asia/Bishkek- *Asia/Brunei- *Asia/Calcutta- *Asia/Choibalsan- *Asia/Chongqing- *Asia/Colombo- *Asia/Damascus- *Asia/Dhaka- *Asia/Dili- *Asia/Dubai- *Asia/Dushanbe- *Asia/Gaza- *Asia/Harbin- *Asia/Hebron- *Asia/Ho_Chi_Minh- *Asia/Hong_Kong- *Asia/Hovd- *Asia/Irkutsk- *Asia/Jakarta- *Asia/Jayapura- *Asia/Jerusalem- *Asia/Kabul- *Asia/Kamchatka- *Asia/Karachi- *Asia/Kashgar- *Asia/Kathmandu- *Asia/Katmandu- *Asia/Khandyga- *Asia/Kolkata- *Asia/Krasnoyarsk- *Asia/Kuala_Lumpur- *Asia/Kuching- *Asia/Kuwait- *Asia/Macau- *Asia/Magadan- *Asia/Makassar- *Asia/Manila- *Asia/Muscat- *Asia/Nicosia- *Asia/Novokuznetsk- *Asia/Novosibirsk- *Asia/Omsk- *Asia/Oral- *Asia/Phnom_Penh- *Asia/Pontianak- *Asia/Pyongyang- *Asia/Qatar- *Asia/Qyzylorda- *Asia/Rangoon- *Asia/Riyadh- *Asia/Saigon- *Asia/Sakhalin- *Asia/Samarkand- *Asia/Seoul- *Asia/Shanghai- *Asia/Singapore- *Asia/Taipei- *Asia/Tashkent- *Asia/Tbilisi- *Asia/Tehran- *Asia/Thimphu- *Asia/Tokyo- *Asia/Ulaanbaatar- *Asia/Urumqi- *Asia/Ust-Nera- *Asia/Vientiane- *Asia/Vladivostok- *Asia/Yakutsk- *Asia/Yekaterinburg- *Asia/Yerevan- *Atlantic/Azores- *Atlantic/Bermuda- *Atlantic/Canary- *Atlantic/Cape_Verde- *Atlantic/Faroe- *Atlantic/Madeira- *Atlantic/Reykjavik- *Atlantic/South_Georgia- *Atlantic/St_Helena- *Atlantic/Stanley- *Australia/Adelaide- *Australia/Brisbane- *Australia/Broken_Hill- *Australia/Currie- *Australia/Darwin- *Australia/Eucla- *Australia/Hobart- *Australia/Lindeman- *Australia/Lord_Howe- *Australia/Melbourne- *Australia/Perth- *Australia/Sydney- *Etc/GMT- *Europe/Amsterdam- *Europe/Andorra- *Europe/Athens- *Europe/Belgrade- *Europe/Berlin- *Europe/Bratislava- *Europe/Brussels- *Europe/Bucharest- *Europe/Budapest- *Europe/Busingen- *Europe/Chisinau- *Europe/Copenhagen- *Europe/Dublin- *Europe/Gibraltar- *Europe/Guernsey- *Europe/Helsinki- *Europe/Isle_of_Man- *Europe/Istanbul- *Europe/Jersey- *Europe/Kaliningrad- *Europe/Kiev- *Europe/Lisbon- *Europe/Ljubljana- *Europe/London- *Europe/Luxembourg- *Europe/Madrid- *Europe/Malta- *Europe/Mariehamn- *Europe/Minsk- *Europe/Monaco- *Europe/Moscow- *Europe/Oslo- *Europe/Paris- *Europe/Podgorica- *Europe/Prague- *Europe/Riga- *Europe/Rome- *Europe/Samara- *Europe/San_Marino- *Europe/Sarajevo- *Europe/Simferopol- *Europe/Skopje- *Europe/Sofia- *Europe/Stockholm- *Europe/Tallinn- *Europe/Tirane- *Europe/Uzhgorod- *Europe/Vaduz- *Europe/Vatican- *Europe/Vienna- *Europe/Vilnius- *Europe/Volgograd- *Europe/Warsaw- *Europe/Zagreb- *Europe/Zaporozhye- *Europe/Zurich- *Indian/Antananarivo- *Indian/Chagos- *Indian/Christmas- *Indian/Cocos- *Indian/Comoro- *Indian/Kerguelen- *Indian/Mahe- *Indian/Maldives- *Indian/Mauritius- *Indian/Mayotte- *Indian/Reunion- *Pacific/Apia- *Pacific/Auckland- *Pacific/Chatham- *Pacific/Chuuk- *Pacific/Easter- *Pacific/Efate- *Pacific/Enderbury- *Pacific/Fakaofo- *Pacific/Fiji- *Pacific/Funafuti- *Pacific/Galapagos- *Pacific/Gambier- *Pacific/Guadalcanal- *Pacific/Guam- *Pacific/Honolulu- *Pacific/Johnston- *Pacific/Kiritimati- *Pacific/Kosrae- *Pacific/Kwajalein- *Pacific/Majuro- *Pacific/Marquesas- *Pacific/Midway- *Pacific/Nauru- *Pacific/Norfolk- *Pacific/Noumea- *Pacific/Pago_Pago- *Pacific/Palau- *Pacific/Pitcairn- *Pacific/Pohnpei- *Pacific/Port_Moresby- *Pacific/Rarotonga- *Pacific/Saipan- *Pacific/Tahiti- *Pacific/Tarawa- *Pacific/Tongatapu- *Pacific/Wake- *Pacific/Wallis- *UTC-
- versionContext GetKubernetes Sys Config Policy Version Context 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetKubernetes Sys Config Policy Ancestor] 
- class_id str
- cluster_profiles Sequence[GetKubernetes Sys Config Policy Cluster Profile] 
- create_time str
- The time when this managed object was created.
- description str
- Description of the policy.
- dns_domain_ strname 
- The DNS Search Domain Name.
- dns_servers Sequence[str]
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- id str
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Name of the concrete policy.
- ntp_servers Sequence[str]
- object_type str
- organization
GetKubernetes Sys Config Policy Organization 
- owners Sequence[str]
- parent
GetKubernetes Sys Config Policy Parent 
- permission_resources Sequence[GetKubernetes Sys Config Policy Permission Resource] 
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
Sequence[GetKubernetes Sys Config Policy Tag] 
- timezone str
- The timezone of the node's system clock.* Pacific/Niue- *Africa/Abidjan- *Africa/Accra- *Africa/Addis_Ababa- *Africa/Algiers- *Africa/Asmara- *Africa/Bamako- *Africa/Bangui- *Africa/Banjul- *Africa/Bissau- *Africa/Blantyre- *Africa/Brazzaville- *Africa/Bujumbura- *Africa/Cairo- *Africa/Casablanca- *Africa/Ceuta- *Africa/Conakry- *Africa/Dakar- *Africa/Dar_es_Salaam- *Africa/Djibouti- *Africa/Douala- *Africa/El_Aaiun- *Africa/Freetown- *Africa/Gaborone- *Africa/Harare- *Africa/Johannesburg- *Africa/Juba- *Africa/Kampala- *Africa/Khartoum- *Africa/Kigali- *Africa/Kinshasa- *Africa/Lagos- *Africa/Libreville- *Africa/Lome- *Africa/Luanda- *Africa/Lubumbashi- *Africa/Lusaka- *Africa/Malabo- *Africa/Maputo- *Africa/Maseru- *Africa/Mbabane- *Africa/Mogadishu- *Africa/Monrovia- *Africa/Nairobi- *Africa/Ndjamena- *Africa/Niamey- *Africa/Nouakchott- *Africa/Ouagadougou- *Africa/Porto-Novo- *Africa/Sao_Tome- *Africa/Tripoli- *Africa/Tunis- *Africa/Windhoek- *America/Adak- *America/Anchorage- *America/Anguilla- *America/Antigua- *America/Araguaina- *America/Argentina/Buenos_Aires- *America/Argentina/Catamarca- *America/Argentina/Cordoba- *America/Argentina/Jujuy- *America/Argentina/La_Rioja- *America/Argentina/Mendoza- *America/Argentina/Rio_Gallegos- *America/Argentina/Salta- *America/Argentina/San_Juan- *America/Argentina/San_Luis- *America/Argentina/Tucuman- *America/Argentina/Ushuaia- *America/Aruba- *America/Asuncion- *America/Atikokan- *America/Bahia- *America/Bahia_Banderas- *America/Barbados- *America/Belem- *America/Belize- *America/Blanc-Sablon- *America/Boa_Vista- *America/Bogota- *America/Boise- *America/Cambridge_Bay- *America/Campo_Grande- *America/Cancun- *America/Caracas- *America/Cayenne- *America/Cayman- *America/Chicago- *America/Chihuahua- *America/Costa_Rica- *America/Creston- *America/Cuiaba- *America/Curacao- *America/Danmarkshavn- *America/Dawson- *America/Dawson_Creek- *America/Denver- *America/Detroit- *America/Dominica- *America/Edmonton- *America/Eirunepe- *America/El_Salvador- *America/Fortaleza- *America/Glace_Bay- *America/Godthab- *America/Goose_Bay- *America/Grand_Turk- *America/Grenada- *America/Guadeloupe- *America/Guatemala- *America/Guayaquil- *America/Guyana- *America/Halifax- *America/Havana- *America/Hermosillo- *America/Indiana/Indianapolis- *America/Indiana/Knox- *America/Indiana/Marengo- *America/Indiana/Petersburg- *America/Indiana/Tell_City- *America/Indiana/Vevay- *America/Indiana/Vincennes- *America/Indiana/Winamac- *America/Inuvik- *America/Iqaluit- *America/Jamaica- *America/Juneau- *America/Kentucky/Louisville- *America/Kentucky/Monticello- *America/Kralendijk- *America/La_Paz- *America/Lima- *America/Los_Angeles- *America/Lower_Princes- *America/Maceio- *America/Managua- *America/Manaus- *America/Marigot- *America/Martinique- *America/Matamoros- *America/Mazatlan- *America/Menominee- *America/Merida- *America/Metlakatla- *America/Mexico_City- *America/Miquelon- *America/Moncton- *America/Monterrey- *America/Montevideo- *America/Montreal- *America/Montserrat- *America/Nassau- *America/New_York- *America/Nipigon- *America/Nome- *America/Noronha- *America/North_Dakota/Beulah- *America/North_Dakota/Center- *America/North_Dakota/New_Salem- *America/Ojinaga- *America/Panama- *America/Pangnirtung- *America/Paramaribo- *America/Phoenix- *America/Port-au-Prince- *America/Port_of_Spain- *America/Porto_Velho- *America/Puerto_Rico- *America/Rainy_River- *America/Rankin_Inlet- *America/Recife- *America/Regina- *America/Resolute- *America/Rio_Branco- *America/Santa_Isabel- *America/Santarem- *America/Santiago- *America/Santo_Domingo- *America/Sao_Paulo- *America/Scoresbysund- *America/Shiprock- *America/Sitka- *America/St_Barthelemy- *America/St_Johns- *America/St_Kitts- *America/St_Lucia- *America/St_Thomas- *America/St_Vincent- *America/Swift_Current- *America/Tegucigalpa- *America/Thule- *America/Thunder_Bay- *America/Tijuana- *America/Toronto- *America/Tortola- *America/Vancouver- *America/Whitehorse- *America/Winnipeg- *America/Yakutat- *America/Yellowknife- *Antarctica/Casey- *Antarctica/Davis- *Antarctica/DumontDUrville- *Antarctica/Macquarie- *Antarctica/Mawson- *Antarctica/McMurdo- *Antarctica/Palmer- *Antarctica/Rothera- *Antarctica/South_Pole- *Antarctica/Syowa- *Antarctica/Troll- *Antarctica/Vostok- *Arctic/Longyearbyen- *Asia/Aden- *Asia/Almaty- *Asia/Amman- *Asia/Anadyr- *Asia/Aqtau- *Asia/Aqtobe- *Asia/Ashgabat- *Asia/Baghdad- *Asia/Bahrain- *Asia/Baku- *Asia/Bangkok- *Asia/Beirut- *Asia/Bishkek- *Asia/Brunei- *Asia/Calcutta- *Asia/Choibalsan- *Asia/Chongqing- *Asia/Colombo- *Asia/Damascus- *Asia/Dhaka- *Asia/Dili- *Asia/Dubai- *Asia/Dushanbe- *Asia/Gaza- *Asia/Harbin- *Asia/Hebron- *Asia/Ho_Chi_Minh- *Asia/Hong_Kong- *Asia/Hovd- *Asia/Irkutsk- *Asia/Jakarta- *Asia/Jayapura- *Asia/Jerusalem- *Asia/Kabul- *Asia/Kamchatka- *Asia/Karachi- *Asia/Kashgar- *Asia/Kathmandu- *Asia/Katmandu- *Asia/Khandyga- *Asia/Kolkata- *Asia/Krasnoyarsk- *Asia/Kuala_Lumpur- *Asia/Kuching- *Asia/Kuwait- *Asia/Macau- *Asia/Magadan- *Asia/Makassar- *Asia/Manila- *Asia/Muscat- *Asia/Nicosia- *Asia/Novokuznetsk- *Asia/Novosibirsk- *Asia/Omsk- *Asia/Oral- *Asia/Phnom_Penh- *Asia/Pontianak- *Asia/Pyongyang- *Asia/Qatar- *Asia/Qyzylorda- *Asia/Rangoon- *Asia/Riyadh- *Asia/Saigon- *Asia/Sakhalin- *Asia/Samarkand- *Asia/Seoul- *Asia/Shanghai- *Asia/Singapore- *Asia/Taipei- *Asia/Tashkent- *Asia/Tbilisi- *Asia/Tehran- *Asia/Thimphu- *Asia/Tokyo- *Asia/Ulaanbaatar- *Asia/Urumqi- *Asia/Ust-Nera- *Asia/Vientiane- *Asia/Vladivostok- *Asia/Yakutsk- *Asia/Yekaterinburg- *Asia/Yerevan- *Atlantic/Azores- *Atlantic/Bermuda- *Atlantic/Canary- *Atlantic/Cape_Verde- *Atlantic/Faroe- *Atlantic/Madeira- *Atlantic/Reykjavik- *Atlantic/South_Georgia- *Atlantic/St_Helena- *Atlantic/Stanley- *Australia/Adelaide- *Australia/Brisbane- *Australia/Broken_Hill- *Australia/Currie- *Australia/Darwin- *Australia/Eucla- *Australia/Hobart- *Australia/Lindeman- *Australia/Lord_Howe- *Australia/Melbourne- *Australia/Perth- *Australia/Sydney- *Etc/GMT- *Europe/Amsterdam- *Europe/Andorra- *Europe/Athens- *Europe/Belgrade- *Europe/Berlin- *Europe/Bratislava- *Europe/Brussels- *Europe/Bucharest- *Europe/Budapest- *Europe/Busingen- *Europe/Chisinau- *Europe/Copenhagen- *Europe/Dublin- *Europe/Gibraltar- *Europe/Guernsey- *Europe/Helsinki- *Europe/Isle_of_Man- *Europe/Istanbul- *Europe/Jersey- *Europe/Kaliningrad- *Europe/Kiev- *Europe/Lisbon- *Europe/Ljubljana- *Europe/London- *Europe/Luxembourg- *Europe/Madrid- *Europe/Malta- *Europe/Mariehamn- *Europe/Minsk- *Europe/Monaco- *Europe/Moscow- *Europe/Oslo- *Europe/Paris- *Europe/Podgorica- *Europe/Prague- *Europe/Riga- *Europe/Rome- *Europe/Samara- *Europe/San_Marino- *Europe/Sarajevo- *Europe/Simferopol- *Europe/Skopje- *Europe/Sofia- *Europe/Stockholm- *Europe/Tallinn- *Europe/Tirane- *Europe/Uzhgorod- *Europe/Vaduz- *Europe/Vatican- *Europe/Vienna- *Europe/Vilnius- *Europe/Volgograd- *Europe/Warsaw- *Europe/Zagreb- *Europe/Zaporozhye- *Europe/Zurich- *Indian/Antananarivo- *Indian/Chagos- *Indian/Christmas- *Indian/Cocos- *Indian/Comoro- *Indian/Kerguelen- *Indian/Mahe- *Indian/Maldives- *Indian/Mauritius- *Indian/Mayotte- *Indian/Reunion- *Pacific/Apia- *Pacific/Auckland- *Pacific/Chatham- *Pacific/Chuuk- *Pacific/Easter- *Pacific/Efate- *Pacific/Enderbury- *Pacific/Fakaofo- *Pacific/Fiji- *Pacific/Funafuti- *Pacific/Galapagos- *Pacific/Gambier- *Pacific/Guadalcanal- *Pacific/Guam- *Pacific/Honolulu- *Pacific/Johnston- *Pacific/Kiritimati- *Pacific/Kosrae- *Pacific/Kwajalein- *Pacific/Majuro- *Pacific/Marquesas- *Pacific/Midway- *Pacific/Nauru- *Pacific/Norfolk- *Pacific/Noumea- *Pacific/Pago_Pago- *Pacific/Palau- *Pacific/Pitcairn- *Pacific/Pohnpei- *Pacific/Port_Moresby- *Pacific/Rarotonga- *Pacific/Saipan- *Pacific/Tahiti- *Pacific/Tarawa- *Pacific/Tongatapu- *Pacific/Wake- *Pacific/Wallis- *UTC-
- version_context GetKubernetes Sys Config Policy Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- classId String
- clusterProfiles List<Property Map>
- createTime String
- The time when this managed object was created.
- description String
- Description of the policy.
- dnsDomain StringName 
- The DNS Search Domain Name.
- dnsServers List<String>
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- id String
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the concrete policy.
- ntpServers List<String>
- objectType String
- organization Property Map
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- List<Property Map>
- timezone String
- The timezone of the node's system clock.* Pacific/Niue- *Africa/Abidjan- *Africa/Accra- *Africa/Addis_Ababa- *Africa/Algiers- *Africa/Asmara- *Africa/Bamako- *Africa/Bangui- *Africa/Banjul- *Africa/Bissau- *Africa/Blantyre- *Africa/Brazzaville- *Africa/Bujumbura- *Africa/Cairo- *Africa/Casablanca- *Africa/Ceuta- *Africa/Conakry- *Africa/Dakar- *Africa/Dar_es_Salaam- *Africa/Djibouti- *Africa/Douala- *Africa/El_Aaiun- *Africa/Freetown- *Africa/Gaborone- *Africa/Harare- *Africa/Johannesburg- *Africa/Juba- *Africa/Kampala- *Africa/Khartoum- *Africa/Kigali- *Africa/Kinshasa- *Africa/Lagos- *Africa/Libreville- *Africa/Lome- *Africa/Luanda- *Africa/Lubumbashi- *Africa/Lusaka- *Africa/Malabo- *Africa/Maputo- *Africa/Maseru- *Africa/Mbabane- *Africa/Mogadishu- *Africa/Monrovia- *Africa/Nairobi- *Africa/Ndjamena- *Africa/Niamey- *Africa/Nouakchott- *Africa/Ouagadougou- *Africa/Porto-Novo- *Africa/Sao_Tome- *Africa/Tripoli- *Africa/Tunis- *Africa/Windhoek- *America/Adak- *America/Anchorage- *America/Anguilla- *America/Antigua- *America/Araguaina- *America/Argentina/Buenos_Aires- *America/Argentina/Catamarca- *America/Argentina/Cordoba- *America/Argentina/Jujuy- *America/Argentina/La_Rioja- *America/Argentina/Mendoza- *America/Argentina/Rio_Gallegos- *America/Argentina/Salta- *America/Argentina/San_Juan- *America/Argentina/San_Luis- *America/Argentina/Tucuman- *America/Argentina/Ushuaia- *America/Aruba- *America/Asuncion- *America/Atikokan- *America/Bahia- *America/Bahia_Banderas- *America/Barbados- *America/Belem- *America/Belize- *America/Blanc-Sablon- *America/Boa_Vista- *America/Bogota- *America/Boise- *America/Cambridge_Bay- *America/Campo_Grande- *America/Cancun- *America/Caracas- *America/Cayenne- *America/Cayman- *America/Chicago- *America/Chihuahua- *America/Costa_Rica- *America/Creston- *America/Cuiaba- *America/Curacao- *America/Danmarkshavn- *America/Dawson- *America/Dawson_Creek- *America/Denver- *America/Detroit- *America/Dominica- *America/Edmonton- *America/Eirunepe- *America/El_Salvador- *America/Fortaleza- *America/Glace_Bay- *America/Godthab- *America/Goose_Bay- *America/Grand_Turk- *America/Grenada- *America/Guadeloupe- *America/Guatemala- *America/Guayaquil- *America/Guyana- *America/Halifax- *America/Havana- *America/Hermosillo- *America/Indiana/Indianapolis- *America/Indiana/Knox- *America/Indiana/Marengo- *America/Indiana/Petersburg- *America/Indiana/Tell_City- *America/Indiana/Vevay- *America/Indiana/Vincennes- *America/Indiana/Winamac- *America/Inuvik- *America/Iqaluit- *America/Jamaica- *America/Juneau- *America/Kentucky/Louisville- *America/Kentucky/Monticello- *America/Kralendijk- *America/La_Paz- *America/Lima- *America/Los_Angeles- *America/Lower_Princes- *America/Maceio- *America/Managua- *America/Manaus- *America/Marigot- *America/Martinique- *America/Matamoros- *America/Mazatlan- *America/Menominee- *America/Merida- *America/Metlakatla- *America/Mexico_City- *America/Miquelon- *America/Moncton- *America/Monterrey- *America/Montevideo- *America/Montreal- *America/Montserrat- *America/Nassau- *America/New_York- *America/Nipigon- *America/Nome- *America/Noronha- *America/North_Dakota/Beulah- *America/North_Dakota/Center- *America/North_Dakota/New_Salem- *America/Ojinaga- *America/Panama- *America/Pangnirtung- *America/Paramaribo- *America/Phoenix- *America/Port-au-Prince- *America/Port_of_Spain- *America/Porto_Velho- *America/Puerto_Rico- *America/Rainy_River- *America/Rankin_Inlet- *America/Recife- *America/Regina- *America/Resolute- *America/Rio_Branco- *America/Santa_Isabel- *America/Santarem- *America/Santiago- *America/Santo_Domingo- *America/Sao_Paulo- *America/Scoresbysund- *America/Shiprock- *America/Sitka- *America/St_Barthelemy- *America/St_Johns- *America/St_Kitts- *America/St_Lucia- *America/St_Thomas- *America/St_Vincent- *America/Swift_Current- *America/Tegucigalpa- *America/Thule- *America/Thunder_Bay- *America/Tijuana- *America/Toronto- *America/Tortola- *America/Vancouver- *America/Whitehorse- *America/Winnipeg- *America/Yakutat- *America/Yellowknife- *Antarctica/Casey- *Antarctica/Davis- *Antarctica/DumontDUrville- *Antarctica/Macquarie- *Antarctica/Mawson- *Antarctica/McMurdo- *Antarctica/Palmer- *Antarctica/Rothera- *Antarctica/South_Pole- *Antarctica/Syowa- *Antarctica/Troll- *Antarctica/Vostok- *Arctic/Longyearbyen- *Asia/Aden- *Asia/Almaty- *Asia/Amman- *Asia/Anadyr- *Asia/Aqtau- *Asia/Aqtobe- *Asia/Ashgabat- *Asia/Baghdad- *Asia/Bahrain- *Asia/Baku- *Asia/Bangkok- *Asia/Beirut- *Asia/Bishkek- *Asia/Brunei- *Asia/Calcutta- *Asia/Choibalsan- *Asia/Chongqing- *Asia/Colombo- *Asia/Damascus- *Asia/Dhaka- *Asia/Dili- *Asia/Dubai- *Asia/Dushanbe- *Asia/Gaza- *Asia/Harbin- *Asia/Hebron- *Asia/Ho_Chi_Minh- *Asia/Hong_Kong- *Asia/Hovd- *Asia/Irkutsk- *Asia/Jakarta- *Asia/Jayapura- *Asia/Jerusalem- *Asia/Kabul- *Asia/Kamchatka- *Asia/Karachi- *Asia/Kashgar- *Asia/Kathmandu- *Asia/Katmandu- *Asia/Khandyga- *Asia/Kolkata- *Asia/Krasnoyarsk- *Asia/Kuala_Lumpur- *Asia/Kuching- *Asia/Kuwait- *Asia/Macau- *Asia/Magadan- *Asia/Makassar- *Asia/Manila- *Asia/Muscat- *Asia/Nicosia- *Asia/Novokuznetsk- *Asia/Novosibirsk- *Asia/Omsk- *Asia/Oral- *Asia/Phnom_Penh- *Asia/Pontianak- *Asia/Pyongyang- *Asia/Qatar- *Asia/Qyzylorda- *Asia/Rangoon- *Asia/Riyadh- *Asia/Saigon- *Asia/Sakhalin- *Asia/Samarkand- *Asia/Seoul- *Asia/Shanghai- *Asia/Singapore- *Asia/Taipei- *Asia/Tashkent- *Asia/Tbilisi- *Asia/Tehran- *Asia/Thimphu- *Asia/Tokyo- *Asia/Ulaanbaatar- *Asia/Urumqi- *Asia/Ust-Nera- *Asia/Vientiane- *Asia/Vladivostok- *Asia/Yakutsk- *Asia/Yekaterinburg- *Asia/Yerevan- *Atlantic/Azores- *Atlantic/Bermuda- *Atlantic/Canary- *Atlantic/Cape_Verde- *Atlantic/Faroe- *Atlantic/Madeira- *Atlantic/Reykjavik- *Atlantic/South_Georgia- *Atlantic/St_Helena- *Atlantic/Stanley- *Australia/Adelaide- *Australia/Brisbane- *Australia/Broken_Hill- *Australia/Currie- *Australia/Darwin- *Australia/Eucla- *Australia/Hobart- *Australia/Lindeman- *Australia/Lord_Howe- *Australia/Melbourne- *Australia/Perth- *Australia/Sydney- *Etc/GMT- *Europe/Amsterdam- *Europe/Andorra- *Europe/Athens- *Europe/Belgrade- *Europe/Berlin- *Europe/Bratislava- *Europe/Brussels- *Europe/Bucharest- *Europe/Budapest- *Europe/Busingen- *Europe/Chisinau- *Europe/Copenhagen- *Europe/Dublin- *Europe/Gibraltar- *Europe/Guernsey- *Europe/Helsinki- *Europe/Isle_of_Man- *Europe/Istanbul- *Europe/Jersey- *Europe/Kaliningrad- *Europe/Kiev- *Europe/Lisbon- *Europe/Ljubljana- *Europe/London- *Europe/Luxembourg- *Europe/Madrid- *Europe/Malta- *Europe/Mariehamn- *Europe/Minsk- *Europe/Monaco- *Europe/Moscow- *Europe/Oslo- *Europe/Paris- *Europe/Podgorica- *Europe/Prague- *Europe/Riga- *Europe/Rome- *Europe/Samara- *Europe/San_Marino- *Europe/Sarajevo- *Europe/Simferopol- *Europe/Skopje- *Europe/Sofia- *Europe/Stockholm- *Europe/Tallinn- *Europe/Tirane- *Europe/Uzhgorod- *Europe/Vaduz- *Europe/Vatican- *Europe/Vienna- *Europe/Vilnius- *Europe/Volgograd- *Europe/Warsaw- *Europe/Zagreb- *Europe/Zaporozhye- *Europe/Zurich- *Indian/Antananarivo- *Indian/Chagos- *Indian/Christmas- *Indian/Cocos- *Indian/Comoro- *Indian/Kerguelen- *Indian/Mahe- *Indian/Maldives- *Indian/Mauritius- *Indian/Mayotte- *Indian/Reunion- *Pacific/Apia- *Pacific/Auckland- *Pacific/Chatham- *Pacific/Chuuk- *Pacific/Easter- *Pacific/Efate- *Pacific/Enderbury- *Pacific/Fakaofo- *Pacific/Fiji- *Pacific/Funafuti- *Pacific/Galapagos- *Pacific/Gambier- *Pacific/Guadalcanal- *Pacific/Guam- *Pacific/Honolulu- *Pacific/Johnston- *Pacific/Kiritimati- *Pacific/Kosrae- *Pacific/Kwajalein- *Pacific/Majuro- *Pacific/Marquesas- *Pacific/Midway- *Pacific/Nauru- *Pacific/Norfolk- *Pacific/Noumea- *Pacific/Pago_Pago- *Pacific/Palau- *Pacific/Pitcairn- *Pacific/Pohnpei- *Pacific/Port_Moresby- *Pacific/Rarotonga- *Pacific/Saipan- *Pacific/Tahiti- *Pacific/Tarawa- *Pacific/Tongatapu- *Pacific/Wake- *Pacific/Wallis- *UTC-
- versionContext Property Map
getKubernetesSysConfigPolicy Result
The following output properties are available:
- Id string
- Results
List<GetKubernetes Sys Config Policy Result> 
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetKubernetes Sys Config Policy Ancestor> 
- ClassId string
- ClusterProfiles List<GetKubernetes Sys Config Policy Cluster Profile> 
- CreateTime string
- Description string
- DnsDomain stringName 
- DnsServers List<string>
- DomainGroup stringMoid 
- ModTime string
- Moid string
- Name string
- NtpServers List<string>
- ObjectType string
- Organization
GetKubernetes Sys Config Policy Organization 
- Owners List<string>
- Parent
GetKubernetes Sys Config Policy Parent 
- PermissionResources List<GetKubernetes Sys Config Policy Permission Resource> 
- string
- 
List<GetKubernetes Sys Config Policy Tag> 
- Timezone string
- VersionContext GetKubernetes Sys Config Policy Version Context 
- Id string
- Results
[]GetKubernetes Sys Config Policy Result 
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetKubernetes Sys Config Policy Ancestor 
- ClassId string
- ClusterProfiles []GetKubernetes Sys Config Policy Cluster Profile 
- CreateTime string
- Description string
- DnsDomain stringName 
- DnsServers []string
- DomainGroup stringMoid 
- ModTime string
- Moid string
- Name string
- NtpServers []string
- ObjectType string
- Organization
GetKubernetes Sys Config Policy Organization 
- Owners []string
- Parent
GetKubernetes Sys Config Policy Parent 
- PermissionResources []GetKubernetes Sys Config Policy Permission Resource 
- string
- 
[]GetKubernetes Sys Config Policy Tag 
- Timezone string
- VersionContext GetKubernetes Sys Config Policy Version Context 
- id String
- results
List<GetKubernetes Sys Config Policy Result> 
- accountMoid String
- additionalProperties String
- ancestors
List<GetKubernetes Sys Config Policy Ancestor> 
- classId String
- clusterProfiles List<GetKubernetes Sys Config Policy Cluster Profile> 
- createTime String
- description String
- dnsDomain StringName 
- dnsServers List<String>
- domainGroup StringMoid 
- modTime String
- moid String
- name String
- ntpServers List<String>
- objectType String
- organization
GetKubernetes Sys Config Policy Organization 
- owners List<String>
- parent
GetKubernetes Sys Config Policy Parent 
- permissionResources List<GetKubernetes Sys Config Policy Permission Resource> 
- String
- 
List<GetKubernetes Sys Config Policy Tag> 
- timezone String
- versionContext GetKubernetes Sys Config Policy Version Context 
- id string
- results
GetKubernetes Sys Config Policy Result[] 
- accountMoid string
- additionalProperties string
- ancestors
GetKubernetes Sys Config Policy Ancestor[] 
- classId string
- clusterProfiles GetKubernetes Sys Config Policy Cluster Profile[] 
- createTime string
- description string
- dnsDomain stringName 
- dnsServers string[]
- domainGroup stringMoid 
- modTime string
- moid string
- name string
- ntpServers string[]
- objectType string
- organization
GetKubernetes Sys Config Policy Organization 
- owners string[]
- parent
GetKubernetes Sys Config Policy Parent 
- permissionResources GetKubernetes Sys Config Policy Permission Resource[] 
- string
- 
GetKubernetes Sys Config Policy Tag[] 
- timezone string
- versionContext GetKubernetes Sys Config Policy Version Context 
- id str
- results
Sequence[GetKubernetes Sys Config Policy Result] 
- account_moid str
- additional_properties str
- ancestors
Sequence[GetKubernetes Sys Config Policy Ancestor] 
- class_id str
- cluster_profiles Sequence[GetKubernetes Sys Config Policy Cluster Profile] 
- create_time str
- description str
- dns_domain_ strname 
- dns_servers Sequence[str]
- domain_group_ strmoid 
- mod_time str
- moid str
- name str
- ntp_servers Sequence[str]
- object_type str
- organization
GetKubernetes Sys Config Policy Organization 
- owners Sequence[str]
- parent
GetKubernetes Sys Config Policy Parent 
- permission_resources Sequence[GetKubernetes Sys Config Policy Permission Resource] 
- str
- 
Sequence[GetKubernetes Sys Config Policy Tag] 
- timezone str
- version_context GetKubernetes Sys Config Policy Version Context 
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- ancestors List<Property Map>
- classId String
- clusterProfiles List<Property Map>
- createTime String
- description String
- dnsDomain StringName 
- dnsServers List<String>
- domainGroup StringMoid 
- modTime String
- moid String
- name String
- ntpServers List<String>
- objectType String
- organization Property Map
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- String
- List<Property Map>
- timezone String
- versionContext Property Map
Supporting Types
GetKubernetesSysConfigPolicyAncestor     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetKubernetesSysConfigPolicyClusterProfile      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetKubernetesSysConfigPolicyOrganization     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetKubernetesSysConfigPolicyParent     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetKubernetesSysConfigPolicyPermissionResource      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetKubernetesSysConfigPolicyResult     
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetKubernetes Sys Config Policy Result Ancestor> 
- ClassId string
- ClusterProfiles List<GetKubernetes Sys Config Policy Result Cluster Profile> 
- CreateTime string
- The time when this managed object was created.
- Description string
- Description of the policy.
- DnsDomain stringName 
- The DNS Search Domain Name.
- DnsServers List<string>
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the concrete policy.
- NtpServers List<string>
- ObjectType string
- Organizations
List<GetKubernetes Sys Config Policy Result Organization> 
- Owners List<string>
- Parents
List<GetKubernetes Sys Config Policy Result Parent> 
- PermissionResources List<GetKubernetes Sys Config Policy Result Permission Resource> 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
List<GetKubernetes Sys Config Policy Result Tag> 
- Timezone string
- The timezone of the node's system clock.* Pacific/Niue- *Africa/Abidjan- *Africa/Accra- *Africa/Addis_Ababa- *Africa/Algiers- *Africa/Asmara- *Africa/Bamako- *Africa/Bangui- *Africa/Banjul- *Africa/Bissau- *Africa/Blantyre- *Africa/Brazzaville- *Africa/Bujumbura- *Africa/Cairo- *Africa/Casablanca- *Africa/Ceuta- *Africa/Conakry- *Africa/Dakar- *Africa/Dar_es_Salaam- *Africa/Djibouti- *Africa/Douala- *Africa/El_Aaiun- *Africa/Freetown- *Africa/Gaborone- *Africa/Harare- *Africa/Johannesburg- *Africa/Juba- *Africa/Kampala- *Africa/Khartoum- *Africa/Kigali- *Africa/Kinshasa- *Africa/Lagos- *Africa/Libreville- *Africa/Lome- *Africa/Luanda- *Africa/Lubumbashi- *Africa/Lusaka- *Africa/Malabo- *Africa/Maputo- *Africa/Maseru- *Africa/Mbabane- *Africa/Mogadishu- *Africa/Monrovia- *Africa/Nairobi- *Africa/Ndjamena- *Africa/Niamey- *Africa/Nouakchott- *Africa/Ouagadougou- *Africa/Porto-Novo- *Africa/Sao_Tome- *Africa/Tripoli- *Africa/Tunis- *Africa/Windhoek- *America/Adak- *America/Anchorage- *America/Anguilla- *America/Antigua- *America/Araguaina- *America/Argentina/Buenos_Aires- *America/Argentina/Catamarca- *America/Argentina/Cordoba- *America/Argentina/Jujuy- *America/Argentina/La_Rioja- *America/Argentina/Mendoza- *America/Argentina/Rio_Gallegos- *America/Argentina/Salta- *America/Argentina/San_Juan- *America/Argentina/San_Luis- *America/Argentina/Tucuman- *America/Argentina/Ushuaia- *America/Aruba- *America/Asuncion- *America/Atikokan- *America/Bahia- *America/Bahia_Banderas- *America/Barbados- *America/Belem- *America/Belize- *America/Blanc-Sablon- *America/Boa_Vista- *America/Bogota- *America/Boise- *America/Cambridge_Bay- *America/Campo_Grande- *America/Cancun- *America/Caracas- *America/Cayenne- *America/Cayman- *America/Chicago- *America/Chihuahua- *America/Costa_Rica- *America/Creston- *America/Cuiaba- *America/Curacao- *America/Danmarkshavn- *America/Dawson- *America/Dawson_Creek- *America/Denver- *America/Detroit- *America/Dominica- *America/Edmonton- *America/Eirunepe- *America/El_Salvador- *America/Fortaleza- *America/Glace_Bay- *America/Godthab- *America/Goose_Bay- *America/Grand_Turk- *America/Grenada- *America/Guadeloupe- *America/Guatemala- *America/Guayaquil- *America/Guyana- *America/Halifax- *America/Havana- *America/Hermosillo- *America/Indiana/Indianapolis- *America/Indiana/Knox- *America/Indiana/Marengo- *America/Indiana/Petersburg- *America/Indiana/Tell_City- *America/Indiana/Vevay- *America/Indiana/Vincennes- *America/Indiana/Winamac- *America/Inuvik- *America/Iqaluit- *America/Jamaica- *America/Juneau- *America/Kentucky/Louisville- *America/Kentucky/Monticello- *America/Kralendijk- *America/La_Paz- *America/Lima- *America/Los_Angeles- *America/Lower_Princes- *America/Maceio- *America/Managua- *America/Manaus- *America/Marigot- *America/Martinique- *America/Matamoros- *America/Mazatlan- *America/Menominee- *America/Merida- *America/Metlakatla- *America/Mexico_City- *America/Miquelon- *America/Moncton- *America/Monterrey- *America/Montevideo- *America/Montreal- *America/Montserrat- *America/Nassau- *America/New_York- *America/Nipigon- *America/Nome- *America/Noronha- *America/North_Dakota/Beulah- *America/North_Dakota/Center- *America/North_Dakota/New_Salem- *America/Ojinaga- *America/Panama- *America/Pangnirtung- *America/Paramaribo- *America/Phoenix- *America/Port-au-Prince- *America/Port_of_Spain- *America/Porto_Velho- *America/Puerto_Rico- *America/Rainy_River- *America/Rankin_Inlet- *America/Recife- *America/Regina- *America/Resolute- *America/Rio_Branco- *America/Santa_Isabel- *America/Santarem- *America/Santiago- *America/Santo_Domingo- *America/Sao_Paulo- *America/Scoresbysund- *America/Shiprock- *America/Sitka- *America/St_Barthelemy- *America/St_Johns- *America/St_Kitts- *America/St_Lucia- *America/St_Thomas- *America/St_Vincent- *America/Swift_Current- *America/Tegucigalpa- *America/Thule- *America/Thunder_Bay- *America/Tijuana- *America/Toronto- *America/Tortola- *America/Vancouver- *America/Whitehorse- *America/Winnipeg- *America/Yakutat- *America/Yellowknife- *Antarctica/Casey- *Antarctica/Davis- *Antarctica/DumontDUrville- *Antarctica/Macquarie- *Antarctica/Mawson- *Antarctica/McMurdo- *Antarctica/Palmer- *Antarctica/Rothera- *Antarctica/South_Pole- *Antarctica/Syowa- *Antarctica/Troll- *Antarctica/Vostok- *Arctic/Longyearbyen- *Asia/Aden- *Asia/Almaty- *Asia/Amman- *Asia/Anadyr- *Asia/Aqtau- *Asia/Aqtobe- *Asia/Ashgabat- *Asia/Baghdad- *Asia/Bahrain- *Asia/Baku- *Asia/Bangkok- *Asia/Beirut- *Asia/Bishkek- *Asia/Brunei- *Asia/Calcutta- *Asia/Choibalsan- *Asia/Chongqing- *Asia/Colombo- *Asia/Damascus- *Asia/Dhaka- *Asia/Dili- *Asia/Dubai- *Asia/Dushanbe- *Asia/Gaza- *Asia/Harbin- *Asia/Hebron- *Asia/Ho_Chi_Minh- *Asia/Hong_Kong- *Asia/Hovd- *Asia/Irkutsk- *Asia/Jakarta- *Asia/Jayapura- *Asia/Jerusalem- *Asia/Kabul- *Asia/Kamchatka- *Asia/Karachi- *Asia/Kashgar- *Asia/Kathmandu- *Asia/Katmandu- *Asia/Khandyga- *Asia/Kolkata- *Asia/Krasnoyarsk- *Asia/Kuala_Lumpur- *Asia/Kuching- *Asia/Kuwait- *Asia/Macau- *Asia/Magadan- *Asia/Makassar- *Asia/Manila- *Asia/Muscat- *Asia/Nicosia- *Asia/Novokuznetsk- *Asia/Novosibirsk- *Asia/Omsk- *Asia/Oral- *Asia/Phnom_Penh- *Asia/Pontianak- *Asia/Pyongyang- *Asia/Qatar- *Asia/Qyzylorda- *Asia/Rangoon- *Asia/Riyadh- *Asia/Saigon- *Asia/Sakhalin- *Asia/Samarkand- *Asia/Seoul- *Asia/Shanghai- *Asia/Singapore- *Asia/Taipei- *Asia/Tashkent- *Asia/Tbilisi- *Asia/Tehran- *Asia/Thimphu- *Asia/Tokyo- *Asia/Ulaanbaatar- *Asia/Urumqi- *Asia/Ust-Nera- *Asia/Vientiane- *Asia/Vladivostok- *Asia/Yakutsk- *Asia/Yekaterinburg- *Asia/Yerevan- *Atlantic/Azores- *Atlantic/Bermuda- *Atlantic/Canary- *Atlantic/Cape_Verde- *Atlantic/Faroe- *Atlantic/Madeira- *Atlantic/Reykjavik- *Atlantic/South_Georgia- *Atlantic/St_Helena- *Atlantic/Stanley- *Australia/Adelaide- *Australia/Brisbane- *Australia/Broken_Hill- *Australia/Currie- *Australia/Darwin- *Australia/Eucla- *Australia/Hobart- *Australia/Lindeman- *Australia/Lord_Howe- *Australia/Melbourne- *Australia/Perth- *Australia/Sydney- *Etc/GMT- *Europe/Amsterdam- *Europe/Andorra- *Europe/Athens- *Europe/Belgrade- *Europe/Berlin- *Europe/Bratislava- *Europe/Brussels- *Europe/Bucharest- *Europe/Budapest- *Europe/Busingen- *Europe/Chisinau- *Europe/Copenhagen- *Europe/Dublin- *Europe/Gibraltar- *Europe/Guernsey- *Europe/Helsinki- *Europe/Isle_of_Man- *Europe/Istanbul- *Europe/Jersey- *Europe/Kaliningrad- *Europe/Kiev- *Europe/Lisbon- *Europe/Ljubljana- *Europe/London- *Europe/Luxembourg- *Europe/Madrid- *Europe/Malta- *Europe/Mariehamn- *Europe/Minsk- *Europe/Monaco- *Europe/Moscow- *Europe/Oslo- *Europe/Paris- *Europe/Podgorica- *Europe/Prague- *Europe/Riga- *Europe/Rome- *Europe/Samara- *Europe/San_Marino- *Europe/Sarajevo- *Europe/Simferopol- *Europe/Skopje- *Europe/Sofia- *Europe/Stockholm- *Europe/Tallinn- *Europe/Tirane- *Europe/Uzhgorod- *Europe/Vaduz- *Europe/Vatican- *Europe/Vienna- *Europe/Vilnius- *Europe/Volgograd- *Europe/Warsaw- *Europe/Zagreb- *Europe/Zaporozhye- *Europe/Zurich- *Indian/Antananarivo- *Indian/Chagos- *Indian/Christmas- *Indian/Cocos- *Indian/Comoro- *Indian/Kerguelen- *Indian/Mahe- *Indian/Maldives- *Indian/Mauritius- *Indian/Mayotte- *Indian/Reunion- *Pacific/Apia- *Pacific/Auckland- *Pacific/Chatham- *Pacific/Chuuk- *Pacific/Easter- *Pacific/Efate- *Pacific/Enderbury- *Pacific/Fakaofo- *Pacific/Fiji- *Pacific/Funafuti- *Pacific/Galapagos- *Pacific/Gambier- *Pacific/Guadalcanal- *Pacific/Guam- *Pacific/Honolulu- *Pacific/Johnston- *Pacific/Kiritimati- *Pacific/Kosrae- *Pacific/Kwajalein- *Pacific/Majuro- *Pacific/Marquesas- *Pacific/Midway- *Pacific/Nauru- *Pacific/Norfolk- *Pacific/Noumea- *Pacific/Pago_Pago- *Pacific/Palau- *Pacific/Pitcairn- *Pacific/Pohnpei- *Pacific/Port_Moresby- *Pacific/Rarotonga- *Pacific/Saipan- *Pacific/Tahiti- *Pacific/Tarawa- *Pacific/Tongatapu- *Pacific/Wake- *Pacific/Wallis- *UTC-
- VersionContexts List<GetKubernetes Sys Config Policy Result Version Context> 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetKubernetes Sys Config Policy Result Ancestor 
- ClassId string
- ClusterProfiles []GetKubernetes Sys Config Policy Result Cluster Profile 
- CreateTime string
- The time when this managed object was created.
- Description string
- Description of the policy.
- DnsDomain stringName 
- The DNS Search Domain Name.
- DnsServers []string
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the concrete policy.
- NtpServers []string
- ObjectType string
- Organizations
[]GetKubernetes Sys Config Policy Result Organization 
- Owners []string
- Parents
[]GetKubernetes Sys Config Policy Result Parent 
- PermissionResources []GetKubernetes Sys Config Policy Result Permission Resource 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
[]GetKubernetes Sys Config Policy Result Tag 
- Timezone string
- The timezone of the node's system clock.* Pacific/Niue- *Africa/Abidjan- *Africa/Accra- *Africa/Addis_Ababa- *Africa/Algiers- *Africa/Asmara- *Africa/Bamako- *Africa/Bangui- *Africa/Banjul- *Africa/Bissau- *Africa/Blantyre- *Africa/Brazzaville- *Africa/Bujumbura- *Africa/Cairo- *Africa/Casablanca- *Africa/Ceuta- *Africa/Conakry- *Africa/Dakar- *Africa/Dar_es_Salaam- *Africa/Djibouti- *Africa/Douala- *Africa/El_Aaiun- *Africa/Freetown- *Africa/Gaborone- *Africa/Harare- *Africa/Johannesburg- *Africa/Juba- *Africa/Kampala- *Africa/Khartoum- *Africa/Kigali- *Africa/Kinshasa- *Africa/Lagos- *Africa/Libreville- *Africa/Lome- *Africa/Luanda- *Africa/Lubumbashi- *Africa/Lusaka- *Africa/Malabo- *Africa/Maputo- *Africa/Maseru- *Africa/Mbabane- *Africa/Mogadishu- *Africa/Monrovia- *Africa/Nairobi- *Africa/Ndjamena- *Africa/Niamey- *Africa/Nouakchott- *Africa/Ouagadougou- *Africa/Porto-Novo- *Africa/Sao_Tome- *Africa/Tripoli- *Africa/Tunis- *Africa/Windhoek- *America/Adak- *America/Anchorage- *America/Anguilla- *America/Antigua- *America/Araguaina- *America/Argentina/Buenos_Aires- *America/Argentina/Catamarca- *America/Argentina/Cordoba- *America/Argentina/Jujuy- *America/Argentina/La_Rioja- *America/Argentina/Mendoza- *America/Argentina/Rio_Gallegos- *America/Argentina/Salta- *America/Argentina/San_Juan- *America/Argentina/San_Luis- *America/Argentina/Tucuman- *America/Argentina/Ushuaia- *America/Aruba- *America/Asuncion- *America/Atikokan- *America/Bahia- *America/Bahia_Banderas- *America/Barbados- *America/Belem- *America/Belize- *America/Blanc-Sablon- *America/Boa_Vista- *America/Bogota- *America/Boise- *America/Cambridge_Bay- *America/Campo_Grande- *America/Cancun- *America/Caracas- *America/Cayenne- *America/Cayman- *America/Chicago- *America/Chihuahua- *America/Costa_Rica- *America/Creston- *America/Cuiaba- *America/Curacao- *America/Danmarkshavn- *America/Dawson- *America/Dawson_Creek- *America/Denver- *America/Detroit- *America/Dominica- *America/Edmonton- *America/Eirunepe- *America/El_Salvador- *America/Fortaleza- *America/Glace_Bay- *America/Godthab- *America/Goose_Bay- *America/Grand_Turk- *America/Grenada- *America/Guadeloupe- *America/Guatemala- *America/Guayaquil- *America/Guyana- *America/Halifax- *America/Havana- *America/Hermosillo- *America/Indiana/Indianapolis- *America/Indiana/Knox- *America/Indiana/Marengo- *America/Indiana/Petersburg- *America/Indiana/Tell_City- *America/Indiana/Vevay- *America/Indiana/Vincennes- *America/Indiana/Winamac- *America/Inuvik- *America/Iqaluit- *America/Jamaica- *America/Juneau- *America/Kentucky/Louisville- *America/Kentucky/Monticello- *America/Kralendijk- *America/La_Paz- *America/Lima- *America/Los_Angeles- *America/Lower_Princes- *America/Maceio- *America/Managua- *America/Manaus- *America/Marigot- *America/Martinique- *America/Matamoros- *America/Mazatlan- *America/Menominee- *America/Merida- *America/Metlakatla- *America/Mexico_City- *America/Miquelon- *America/Moncton- *America/Monterrey- *America/Montevideo- *America/Montreal- *America/Montserrat- *America/Nassau- *America/New_York- *America/Nipigon- *America/Nome- *America/Noronha- *America/North_Dakota/Beulah- *America/North_Dakota/Center- *America/North_Dakota/New_Salem- *America/Ojinaga- *America/Panama- *America/Pangnirtung- *America/Paramaribo- *America/Phoenix- *America/Port-au-Prince- *America/Port_of_Spain- *America/Porto_Velho- *America/Puerto_Rico- *America/Rainy_River- *America/Rankin_Inlet- *America/Recife- *America/Regina- *America/Resolute- *America/Rio_Branco- *America/Santa_Isabel- *America/Santarem- *America/Santiago- *America/Santo_Domingo- *America/Sao_Paulo- *America/Scoresbysund- *America/Shiprock- *America/Sitka- *America/St_Barthelemy- *America/St_Johns- *America/St_Kitts- *America/St_Lucia- *America/St_Thomas- *America/St_Vincent- *America/Swift_Current- *America/Tegucigalpa- *America/Thule- *America/Thunder_Bay- *America/Tijuana- *America/Toronto- *America/Tortola- *America/Vancouver- *America/Whitehorse- *America/Winnipeg- *America/Yakutat- *America/Yellowknife- *Antarctica/Casey- *Antarctica/Davis- *Antarctica/DumontDUrville- *Antarctica/Macquarie- *Antarctica/Mawson- *Antarctica/McMurdo- *Antarctica/Palmer- *Antarctica/Rothera- *Antarctica/South_Pole- *Antarctica/Syowa- *Antarctica/Troll- *Antarctica/Vostok- *Arctic/Longyearbyen- *Asia/Aden- *Asia/Almaty- *Asia/Amman- *Asia/Anadyr- *Asia/Aqtau- *Asia/Aqtobe- *Asia/Ashgabat- *Asia/Baghdad- *Asia/Bahrain- *Asia/Baku- *Asia/Bangkok- *Asia/Beirut- *Asia/Bishkek- *Asia/Brunei- *Asia/Calcutta- *Asia/Choibalsan- *Asia/Chongqing- *Asia/Colombo- *Asia/Damascus- *Asia/Dhaka- *Asia/Dili- *Asia/Dubai- *Asia/Dushanbe- *Asia/Gaza- *Asia/Harbin- *Asia/Hebron- *Asia/Ho_Chi_Minh- *Asia/Hong_Kong- *Asia/Hovd- *Asia/Irkutsk- *Asia/Jakarta- *Asia/Jayapura- *Asia/Jerusalem- *Asia/Kabul- *Asia/Kamchatka- *Asia/Karachi- *Asia/Kashgar- *Asia/Kathmandu- *Asia/Katmandu- *Asia/Khandyga- *Asia/Kolkata- *Asia/Krasnoyarsk- *Asia/Kuala_Lumpur- *Asia/Kuching- *Asia/Kuwait- *Asia/Macau- *Asia/Magadan- *Asia/Makassar- *Asia/Manila- *Asia/Muscat- *Asia/Nicosia- *Asia/Novokuznetsk- *Asia/Novosibirsk- *Asia/Omsk- *Asia/Oral- *Asia/Phnom_Penh- *Asia/Pontianak- *Asia/Pyongyang- *Asia/Qatar- *Asia/Qyzylorda- *Asia/Rangoon- *Asia/Riyadh- *Asia/Saigon- *Asia/Sakhalin- *Asia/Samarkand- *Asia/Seoul- *Asia/Shanghai- *Asia/Singapore- *Asia/Taipei- *Asia/Tashkent- *Asia/Tbilisi- *Asia/Tehran- *Asia/Thimphu- *Asia/Tokyo- *Asia/Ulaanbaatar- *Asia/Urumqi- *Asia/Ust-Nera- *Asia/Vientiane- *Asia/Vladivostok- *Asia/Yakutsk- *Asia/Yekaterinburg- *Asia/Yerevan- *Atlantic/Azores- *Atlantic/Bermuda- *Atlantic/Canary- *Atlantic/Cape_Verde- *Atlantic/Faroe- *Atlantic/Madeira- *Atlantic/Reykjavik- *Atlantic/South_Georgia- *Atlantic/St_Helena- *Atlantic/Stanley- *Australia/Adelaide- *Australia/Brisbane- *Australia/Broken_Hill- *Australia/Currie- *Australia/Darwin- *Australia/Eucla- *Australia/Hobart- *Australia/Lindeman- *Australia/Lord_Howe- *Australia/Melbourne- *Australia/Perth- *Australia/Sydney- *Etc/GMT- *Europe/Amsterdam- *Europe/Andorra- *Europe/Athens- *Europe/Belgrade- *Europe/Berlin- *Europe/Bratislava- *Europe/Brussels- *Europe/Bucharest- *Europe/Budapest- *Europe/Busingen- *Europe/Chisinau- *Europe/Copenhagen- *Europe/Dublin- *Europe/Gibraltar- *Europe/Guernsey- *Europe/Helsinki- *Europe/Isle_of_Man- *Europe/Istanbul- *Europe/Jersey- *Europe/Kaliningrad- *Europe/Kiev- *Europe/Lisbon- *Europe/Ljubljana- *Europe/London- *Europe/Luxembourg- *Europe/Madrid- *Europe/Malta- *Europe/Mariehamn- *Europe/Minsk- *Europe/Monaco- *Europe/Moscow- *Europe/Oslo- *Europe/Paris- *Europe/Podgorica- *Europe/Prague- *Europe/Riga- *Europe/Rome- *Europe/Samara- *Europe/San_Marino- *Europe/Sarajevo- *Europe/Simferopol- *Europe/Skopje- *Europe/Sofia- *Europe/Stockholm- *Europe/Tallinn- *Europe/Tirane- *Europe/Uzhgorod- *Europe/Vaduz- *Europe/Vatican- *Europe/Vienna- *Europe/Vilnius- *Europe/Volgograd- *Europe/Warsaw- *Europe/Zagreb- *Europe/Zaporozhye- *Europe/Zurich- *Indian/Antananarivo- *Indian/Chagos- *Indian/Christmas- *Indian/Cocos- *Indian/Comoro- *Indian/Kerguelen- *Indian/Mahe- *Indian/Maldives- *Indian/Mauritius- *Indian/Mayotte- *Indian/Reunion- *Pacific/Apia- *Pacific/Auckland- *Pacific/Chatham- *Pacific/Chuuk- *Pacific/Easter- *Pacific/Efate- *Pacific/Enderbury- *Pacific/Fakaofo- *Pacific/Fiji- *Pacific/Funafuti- *Pacific/Galapagos- *Pacific/Gambier- *Pacific/Guadalcanal- *Pacific/Guam- *Pacific/Honolulu- *Pacific/Johnston- *Pacific/Kiritimati- *Pacific/Kosrae- *Pacific/Kwajalein- *Pacific/Majuro- *Pacific/Marquesas- *Pacific/Midway- *Pacific/Nauru- *Pacific/Norfolk- *Pacific/Noumea- *Pacific/Pago_Pago- *Pacific/Palau- *Pacific/Pitcairn- *Pacific/Pohnpei- *Pacific/Port_Moresby- *Pacific/Rarotonga- *Pacific/Saipan- *Pacific/Tahiti- *Pacific/Tarawa- *Pacific/Tongatapu- *Pacific/Wake- *Pacific/Wallis- *UTC-
- VersionContexts []GetKubernetes Sys Config Policy Result Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetKubernetes Sys Config Policy Result Ancestor> 
- classId String
- clusterProfiles List<GetKubernetes Sys Config Policy Result Cluster Profile> 
- createTime String
- The time when this managed object was created.
- description String
- Description of the policy.
- dnsDomain StringName 
- The DNS Search Domain Name.
- dnsServers List<String>
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the concrete policy.
- ntpServers List<String>
- objectType String
- organizations
List<GetKubernetes Sys Config Policy Result Organization> 
- owners List<String>
- parents
List<GetKubernetes Sys Config Policy Result Parent> 
- permissionResources List<GetKubernetes Sys Config Policy Result Permission Resource> 
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
List<GetKubernetes Sys Config Policy Result Tag> 
- timezone String
- The timezone of the node's system clock.* Pacific/Niue- *Africa/Abidjan- *Africa/Accra- *Africa/Addis_Ababa- *Africa/Algiers- *Africa/Asmara- *Africa/Bamako- *Africa/Bangui- *Africa/Banjul- *Africa/Bissau- *Africa/Blantyre- *Africa/Brazzaville- *Africa/Bujumbura- *Africa/Cairo- *Africa/Casablanca- *Africa/Ceuta- *Africa/Conakry- *Africa/Dakar- *Africa/Dar_es_Salaam- *Africa/Djibouti- *Africa/Douala- *Africa/El_Aaiun- *Africa/Freetown- *Africa/Gaborone- *Africa/Harare- *Africa/Johannesburg- *Africa/Juba- *Africa/Kampala- *Africa/Khartoum- *Africa/Kigali- *Africa/Kinshasa- *Africa/Lagos- *Africa/Libreville- *Africa/Lome- *Africa/Luanda- *Africa/Lubumbashi- *Africa/Lusaka- *Africa/Malabo- *Africa/Maputo- *Africa/Maseru- *Africa/Mbabane- *Africa/Mogadishu- *Africa/Monrovia- *Africa/Nairobi- *Africa/Ndjamena- *Africa/Niamey- *Africa/Nouakchott- *Africa/Ouagadougou- *Africa/Porto-Novo- *Africa/Sao_Tome- *Africa/Tripoli- *Africa/Tunis- *Africa/Windhoek- *America/Adak- *America/Anchorage- *America/Anguilla- *America/Antigua- *America/Araguaina- *America/Argentina/Buenos_Aires- *America/Argentina/Catamarca- *America/Argentina/Cordoba- *America/Argentina/Jujuy- *America/Argentina/La_Rioja- *America/Argentina/Mendoza- *America/Argentina/Rio_Gallegos- *America/Argentina/Salta- *America/Argentina/San_Juan- *America/Argentina/San_Luis- *America/Argentina/Tucuman- *America/Argentina/Ushuaia- *America/Aruba- *America/Asuncion- *America/Atikokan- *America/Bahia- *America/Bahia_Banderas- *America/Barbados- *America/Belem- *America/Belize- *America/Blanc-Sablon- *America/Boa_Vista- *America/Bogota- *America/Boise- *America/Cambridge_Bay- *America/Campo_Grande- *America/Cancun- *America/Caracas- *America/Cayenne- *America/Cayman- *America/Chicago- *America/Chihuahua- *America/Costa_Rica- *America/Creston- *America/Cuiaba- *America/Curacao- *America/Danmarkshavn- *America/Dawson- *America/Dawson_Creek- *America/Denver- *America/Detroit- *America/Dominica- *America/Edmonton- *America/Eirunepe- *America/El_Salvador- *America/Fortaleza- *America/Glace_Bay- *America/Godthab- *America/Goose_Bay- *America/Grand_Turk- *America/Grenada- *America/Guadeloupe- *America/Guatemala- *America/Guayaquil- *America/Guyana- *America/Halifax- *America/Havana- *America/Hermosillo- *America/Indiana/Indianapolis- *America/Indiana/Knox- *America/Indiana/Marengo- *America/Indiana/Petersburg- *America/Indiana/Tell_City- *America/Indiana/Vevay- *America/Indiana/Vincennes- *America/Indiana/Winamac- *America/Inuvik- *America/Iqaluit- *America/Jamaica- *America/Juneau- *America/Kentucky/Louisville- *America/Kentucky/Monticello- *America/Kralendijk- *America/La_Paz- *America/Lima- *America/Los_Angeles- *America/Lower_Princes- *America/Maceio- *America/Managua- *America/Manaus- *America/Marigot- *America/Martinique- *America/Matamoros- *America/Mazatlan- *America/Menominee- *America/Merida- *America/Metlakatla- *America/Mexico_City- *America/Miquelon- *America/Moncton- *America/Monterrey- *America/Montevideo- *America/Montreal- *America/Montserrat- *America/Nassau- *America/New_York- *America/Nipigon- *America/Nome- *America/Noronha- *America/North_Dakota/Beulah- *America/North_Dakota/Center- *America/North_Dakota/New_Salem- *America/Ojinaga- *America/Panama- *America/Pangnirtung- *America/Paramaribo- *America/Phoenix- *America/Port-au-Prince- *America/Port_of_Spain- *America/Porto_Velho- *America/Puerto_Rico- *America/Rainy_River- *America/Rankin_Inlet- *America/Recife- *America/Regina- *America/Resolute- *America/Rio_Branco- *America/Santa_Isabel- *America/Santarem- *America/Santiago- *America/Santo_Domingo- *America/Sao_Paulo- *America/Scoresbysund- *America/Shiprock- *America/Sitka- *America/St_Barthelemy- *America/St_Johns- *America/St_Kitts- *America/St_Lucia- *America/St_Thomas- *America/St_Vincent- *America/Swift_Current- *America/Tegucigalpa- *America/Thule- *America/Thunder_Bay- *America/Tijuana- *America/Toronto- *America/Tortola- *America/Vancouver- *America/Whitehorse- *America/Winnipeg- *America/Yakutat- *America/Yellowknife- *Antarctica/Casey- *Antarctica/Davis- *Antarctica/DumontDUrville- *Antarctica/Macquarie- *Antarctica/Mawson- *Antarctica/McMurdo- *Antarctica/Palmer- *Antarctica/Rothera- *Antarctica/South_Pole- *Antarctica/Syowa- *Antarctica/Troll- *Antarctica/Vostok- *Arctic/Longyearbyen- *Asia/Aden- *Asia/Almaty- *Asia/Amman- *Asia/Anadyr- *Asia/Aqtau- *Asia/Aqtobe- *Asia/Ashgabat- *Asia/Baghdad- *Asia/Bahrain- *Asia/Baku- *Asia/Bangkok- *Asia/Beirut- *Asia/Bishkek- *Asia/Brunei- *Asia/Calcutta- *Asia/Choibalsan- *Asia/Chongqing- *Asia/Colombo- *Asia/Damascus- *Asia/Dhaka- *Asia/Dili- *Asia/Dubai- *Asia/Dushanbe- *Asia/Gaza- *Asia/Harbin- *Asia/Hebron- *Asia/Ho_Chi_Minh- *Asia/Hong_Kong- *Asia/Hovd- *Asia/Irkutsk- *Asia/Jakarta- *Asia/Jayapura- *Asia/Jerusalem- *Asia/Kabul- *Asia/Kamchatka- *Asia/Karachi- *Asia/Kashgar- *Asia/Kathmandu- *Asia/Katmandu- *Asia/Khandyga- *Asia/Kolkata- *Asia/Krasnoyarsk- *Asia/Kuala_Lumpur- *Asia/Kuching- *Asia/Kuwait- *Asia/Macau- *Asia/Magadan- *Asia/Makassar- *Asia/Manila- *Asia/Muscat- *Asia/Nicosia- *Asia/Novokuznetsk- *Asia/Novosibirsk- *Asia/Omsk- *Asia/Oral- *Asia/Phnom_Penh- *Asia/Pontianak- *Asia/Pyongyang- *Asia/Qatar- *Asia/Qyzylorda- *Asia/Rangoon- *Asia/Riyadh- *Asia/Saigon- *Asia/Sakhalin- *Asia/Samarkand- *Asia/Seoul- *Asia/Shanghai- *Asia/Singapore- *Asia/Taipei- *Asia/Tashkent- *Asia/Tbilisi- *Asia/Tehran- *Asia/Thimphu- *Asia/Tokyo- *Asia/Ulaanbaatar- *Asia/Urumqi- *Asia/Ust-Nera- *Asia/Vientiane- *Asia/Vladivostok- *Asia/Yakutsk- *Asia/Yekaterinburg- *Asia/Yerevan- *Atlantic/Azores- *Atlantic/Bermuda- *Atlantic/Canary- *Atlantic/Cape_Verde- *Atlantic/Faroe- *Atlantic/Madeira- *Atlantic/Reykjavik- *Atlantic/South_Georgia- *Atlantic/St_Helena- *Atlantic/Stanley- *Australia/Adelaide- *Australia/Brisbane- *Australia/Broken_Hill- *Australia/Currie- *Australia/Darwin- *Australia/Eucla- *Australia/Hobart- *Australia/Lindeman- *Australia/Lord_Howe- *Australia/Melbourne- *Australia/Perth- *Australia/Sydney- *Etc/GMT- *Europe/Amsterdam- *Europe/Andorra- *Europe/Athens- *Europe/Belgrade- *Europe/Berlin- *Europe/Bratislava- *Europe/Brussels- *Europe/Bucharest- *Europe/Budapest- *Europe/Busingen- *Europe/Chisinau- *Europe/Copenhagen- *Europe/Dublin- *Europe/Gibraltar- *Europe/Guernsey- *Europe/Helsinki- *Europe/Isle_of_Man- *Europe/Istanbul- *Europe/Jersey- *Europe/Kaliningrad- *Europe/Kiev- *Europe/Lisbon- *Europe/Ljubljana- *Europe/London- *Europe/Luxembourg- *Europe/Madrid- *Europe/Malta- *Europe/Mariehamn- *Europe/Minsk- *Europe/Monaco- *Europe/Moscow- *Europe/Oslo- *Europe/Paris- *Europe/Podgorica- *Europe/Prague- *Europe/Riga- *Europe/Rome- *Europe/Samara- *Europe/San_Marino- *Europe/Sarajevo- *Europe/Simferopol- *Europe/Skopje- *Europe/Sofia- *Europe/Stockholm- *Europe/Tallinn- *Europe/Tirane- *Europe/Uzhgorod- *Europe/Vaduz- *Europe/Vatican- *Europe/Vienna- *Europe/Vilnius- *Europe/Volgograd- *Europe/Warsaw- *Europe/Zagreb- *Europe/Zaporozhye- *Europe/Zurich- *Indian/Antananarivo- *Indian/Chagos- *Indian/Christmas- *Indian/Cocos- *Indian/Comoro- *Indian/Kerguelen- *Indian/Mahe- *Indian/Maldives- *Indian/Mauritius- *Indian/Mayotte- *Indian/Reunion- *Pacific/Apia- *Pacific/Auckland- *Pacific/Chatham- *Pacific/Chuuk- *Pacific/Easter- *Pacific/Efate- *Pacific/Enderbury- *Pacific/Fakaofo- *Pacific/Fiji- *Pacific/Funafuti- *Pacific/Galapagos- *Pacific/Gambier- *Pacific/Guadalcanal- *Pacific/Guam- *Pacific/Honolulu- *Pacific/Johnston- *Pacific/Kiritimati- *Pacific/Kosrae- *Pacific/Kwajalein- *Pacific/Majuro- *Pacific/Marquesas- *Pacific/Midway- *Pacific/Nauru- *Pacific/Norfolk- *Pacific/Noumea- *Pacific/Pago_Pago- *Pacific/Palau- *Pacific/Pitcairn- *Pacific/Pohnpei- *Pacific/Port_Moresby- *Pacific/Rarotonga- *Pacific/Saipan- *Pacific/Tahiti- *Pacific/Tarawa- *Pacific/Tongatapu- *Pacific/Wake- *Pacific/Wallis- *UTC-
- versionContexts List<GetKubernetes Sys Config Policy Result Version Context> 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetKubernetes Sys Config Policy Result Ancestor[] 
- classId string
- clusterProfiles GetKubernetes Sys Config Policy Result Cluster Profile[] 
- createTime string
- The time when this managed object was created.
- description string
- Description of the policy.
- dnsDomain stringName 
- The DNS Search Domain Name.
- dnsServers string[]
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Name of the concrete policy.
- ntpServers string[]
- objectType string
- organizations
GetKubernetes Sys Config Policy Result Organization[] 
- owners string[]
- parents
GetKubernetes Sys Config Policy Result Parent[] 
- permissionResources GetKubernetes Sys Config Policy Result Permission Resource[] 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
GetKubernetes Sys Config Policy Result Tag[] 
- timezone string
- The timezone of the node's system clock.* Pacific/Niue- *Africa/Abidjan- *Africa/Accra- *Africa/Addis_Ababa- *Africa/Algiers- *Africa/Asmara- *Africa/Bamako- *Africa/Bangui- *Africa/Banjul- *Africa/Bissau- *Africa/Blantyre- *Africa/Brazzaville- *Africa/Bujumbura- *Africa/Cairo- *Africa/Casablanca- *Africa/Ceuta- *Africa/Conakry- *Africa/Dakar- *Africa/Dar_es_Salaam- *Africa/Djibouti- *Africa/Douala- *Africa/El_Aaiun- *Africa/Freetown- *Africa/Gaborone- *Africa/Harare- *Africa/Johannesburg- *Africa/Juba- *Africa/Kampala- *Africa/Khartoum- *Africa/Kigali- *Africa/Kinshasa- *Africa/Lagos- *Africa/Libreville- *Africa/Lome- *Africa/Luanda- *Africa/Lubumbashi- *Africa/Lusaka- *Africa/Malabo- *Africa/Maputo- *Africa/Maseru- *Africa/Mbabane- *Africa/Mogadishu- *Africa/Monrovia- *Africa/Nairobi- *Africa/Ndjamena- *Africa/Niamey- *Africa/Nouakchott- *Africa/Ouagadougou- *Africa/Porto-Novo- *Africa/Sao_Tome- *Africa/Tripoli- *Africa/Tunis- *Africa/Windhoek- *America/Adak- *America/Anchorage- *America/Anguilla- *America/Antigua- *America/Araguaina- *America/Argentina/Buenos_Aires- *America/Argentina/Catamarca- *America/Argentina/Cordoba- *America/Argentina/Jujuy- *America/Argentina/La_Rioja- *America/Argentina/Mendoza- *America/Argentina/Rio_Gallegos- *America/Argentina/Salta- *America/Argentina/San_Juan- *America/Argentina/San_Luis- *America/Argentina/Tucuman- *America/Argentina/Ushuaia- *America/Aruba- *America/Asuncion- *America/Atikokan- *America/Bahia- *America/Bahia_Banderas- *America/Barbados- *America/Belem- *America/Belize- *America/Blanc-Sablon- *America/Boa_Vista- *America/Bogota- *America/Boise- *America/Cambridge_Bay- *America/Campo_Grande- *America/Cancun- *America/Caracas- *America/Cayenne- *America/Cayman- *America/Chicago- *America/Chihuahua- *America/Costa_Rica- *America/Creston- *America/Cuiaba- *America/Curacao- *America/Danmarkshavn- *America/Dawson- *America/Dawson_Creek- *America/Denver- *America/Detroit- *America/Dominica- *America/Edmonton- *America/Eirunepe- *America/El_Salvador- *America/Fortaleza- *America/Glace_Bay- *America/Godthab- *America/Goose_Bay- *America/Grand_Turk- *America/Grenada- *America/Guadeloupe- *America/Guatemala- *America/Guayaquil- *America/Guyana- *America/Halifax- *America/Havana- *America/Hermosillo- *America/Indiana/Indianapolis- *America/Indiana/Knox- *America/Indiana/Marengo- *America/Indiana/Petersburg- *America/Indiana/Tell_City- *America/Indiana/Vevay- *America/Indiana/Vincennes- *America/Indiana/Winamac- *America/Inuvik- *America/Iqaluit- *America/Jamaica- *America/Juneau- *America/Kentucky/Louisville- *America/Kentucky/Monticello- *America/Kralendijk- *America/La_Paz- *America/Lima- *America/Los_Angeles- *America/Lower_Princes- *America/Maceio- *America/Managua- *America/Manaus- *America/Marigot- *America/Martinique- *America/Matamoros- *America/Mazatlan- *America/Menominee- *America/Merida- *America/Metlakatla- *America/Mexico_City- *America/Miquelon- *America/Moncton- *America/Monterrey- *America/Montevideo- *America/Montreal- *America/Montserrat- *America/Nassau- *America/New_York- *America/Nipigon- *America/Nome- *America/Noronha- *America/North_Dakota/Beulah- *America/North_Dakota/Center- *America/North_Dakota/New_Salem- *America/Ojinaga- *America/Panama- *America/Pangnirtung- *America/Paramaribo- *America/Phoenix- *America/Port-au-Prince- *America/Port_of_Spain- *America/Porto_Velho- *America/Puerto_Rico- *America/Rainy_River- *America/Rankin_Inlet- *America/Recife- *America/Regina- *America/Resolute- *America/Rio_Branco- *America/Santa_Isabel- *America/Santarem- *America/Santiago- *America/Santo_Domingo- *America/Sao_Paulo- *America/Scoresbysund- *America/Shiprock- *America/Sitka- *America/St_Barthelemy- *America/St_Johns- *America/St_Kitts- *America/St_Lucia- *America/St_Thomas- *America/St_Vincent- *America/Swift_Current- *America/Tegucigalpa- *America/Thule- *America/Thunder_Bay- *America/Tijuana- *America/Toronto- *America/Tortola- *America/Vancouver- *America/Whitehorse- *America/Winnipeg- *America/Yakutat- *America/Yellowknife- *Antarctica/Casey- *Antarctica/Davis- *Antarctica/DumontDUrville- *Antarctica/Macquarie- *Antarctica/Mawson- *Antarctica/McMurdo- *Antarctica/Palmer- *Antarctica/Rothera- *Antarctica/South_Pole- *Antarctica/Syowa- *Antarctica/Troll- *Antarctica/Vostok- *Arctic/Longyearbyen- *Asia/Aden- *Asia/Almaty- *Asia/Amman- *Asia/Anadyr- *Asia/Aqtau- *Asia/Aqtobe- *Asia/Ashgabat- *Asia/Baghdad- *Asia/Bahrain- *Asia/Baku- *Asia/Bangkok- *Asia/Beirut- *Asia/Bishkek- *Asia/Brunei- *Asia/Calcutta- *Asia/Choibalsan- *Asia/Chongqing- *Asia/Colombo- *Asia/Damascus- *Asia/Dhaka- *Asia/Dili- *Asia/Dubai- *Asia/Dushanbe- *Asia/Gaza- *Asia/Harbin- *Asia/Hebron- *Asia/Ho_Chi_Minh- *Asia/Hong_Kong- *Asia/Hovd- *Asia/Irkutsk- *Asia/Jakarta- *Asia/Jayapura- *Asia/Jerusalem- *Asia/Kabul- *Asia/Kamchatka- *Asia/Karachi- *Asia/Kashgar- *Asia/Kathmandu- *Asia/Katmandu- *Asia/Khandyga- *Asia/Kolkata- *Asia/Krasnoyarsk- *Asia/Kuala_Lumpur- *Asia/Kuching- *Asia/Kuwait- *Asia/Macau- *Asia/Magadan- *Asia/Makassar- *Asia/Manila- *Asia/Muscat- *Asia/Nicosia- *Asia/Novokuznetsk- *Asia/Novosibirsk- *Asia/Omsk- *Asia/Oral- *Asia/Phnom_Penh- *Asia/Pontianak- *Asia/Pyongyang- *Asia/Qatar- *Asia/Qyzylorda- *Asia/Rangoon- *Asia/Riyadh- *Asia/Saigon- *Asia/Sakhalin- *Asia/Samarkand- *Asia/Seoul- *Asia/Shanghai- *Asia/Singapore- *Asia/Taipei- *Asia/Tashkent- *Asia/Tbilisi- *Asia/Tehran- *Asia/Thimphu- *Asia/Tokyo- *Asia/Ulaanbaatar- *Asia/Urumqi- *Asia/Ust-Nera- *Asia/Vientiane- *Asia/Vladivostok- *Asia/Yakutsk- *Asia/Yekaterinburg- *Asia/Yerevan- *Atlantic/Azores- *Atlantic/Bermuda- *Atlantic/Canary- *Atlantic/Cape_Verde- *Atlantic/Faroe- *Atlantic/Madeira- *Atlantic/Reykjavik- *Atlantic/South_Georgia- *Atlantic/St_Helena- *Atlantic/Stanley- *Australia/Adelaide- *Australia/Brisbane- *Australia/Broken_Hill- *Australia/Currie- *Australia/Darwin- *Australia/Eucla- *Australia/Hobart- *Australia/Lindeman- *Australia/Lord_Howe- *Australia/Melbourne- *Australia/Perth- *Australia/Sydney- *Etc/GMT- *Europe/Amsterdam- *Europe/Andorra- *Europe/Athens- *Europe/Belgrade- *Europe/Berlin- *Europe/Bratislava- *Europe/Brussels- *Europe/Bucharest- *Europe/Budapest- *Europe/Busingen- *Europe/Chisinau- *Europe/Copenhagen- *Europe/Dublin- *Europe/Gibraltar- *Europe/Guernsey- *Europe/Helsinki- *Europe/Isle_of_Man- *Europe/Istanbul- *Europe/Jersey- *Europe/Kaliningrad- *Europe/Kiev- *Europe/Lisbon- *Europe/Ljubljana- *Europe/London- *Europe/Luxembourg- *Europe/Madrid- *Europe/Malta- *Europe/Mariehamn- *Europe/Minsk- *Europe/Monaco- *Europe/Moscow- *Europe/Oslo- *Europe/Paris- *Europe/Podgorica- *Europe/Prague- *Europe/Riga- *Europe/Rome- *Europe/Samara- *Europe/San_Marino- *Europe/Sarajevo- *Europe/Simferopol- *Europe/Skopje- *Europe/Sofia- *Europe/Stockholm- *Europe/Tallinn- *Europe/Tirane- *Europe/Uzhgorod- *Europe/Vaduz- *Europe/Vatican- *Europe/Vienna- *Europe/Vilnius- *Europe/Volgograd- *Europe/Warsaw- *Europe/Zagreb- *Europe/Zaporozhye- *Europe/Zurich- *Indian/Antananarivo- *Indian/Chagos- *Indian/Christmas- *Indian/Cocos- *Indian/Comoro- *Indian/Kerguelen- *Indian/Mahe- *Indian/Maldives- *Indian/Mauritius- *Indian/Mayotte- *Indian/Reunion- *Pacific/Apia- *Pacific/Auckland- *Pacific/Chatham- *Pacific/Chuuk- *Pacific/Easter- *Pacific/Efate- *Pacific/Enderbury- *Pacific/Fakaofo- *Pacific/Fiji- *Pacific/Funafuti- *Pacific/Galapagos- *Pacific/Gambier- *Pacific/Guadalcanal- *Pacific/Guam- *Pacific/Honolulu- *Pacific/Johnston- *Pacific/Kiritimati- *Pacific/Kosrae- *Pacific/Kwajalein- *Pacific/Majuro- *Pacific/Marquesas- *Pacific/Midway- *Pacific/Nauru- *Pacific/Norfolk- *Pacific/Noumea- *Pacific/Pago_Pago- *Pacific/Palau- *Pacific/Pitcairn- *Pacific/Pohnpei- *Pacific/Port_Moresby- *Pacific/Rarotonga- *Pacific/Saipan- *Pacific/Tahiti- *Pacific/Tarawa- *Pacific/Tongatapu- *Pacific/Wake- *Pacific/Wallis- *UTC-
- versionContexts GetKubernetes Sys Config Policy Result Version Context[] 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetKubernetes Sys Config Policy Result Ancestor] 
- class_id str
- cluster_profiles Sequence[GetKubernetes Sys Config Policy Result Cluster Profile] 
- create_time str
- The time when this managed object was created.
- description str
- Description of the policy.
- dns_domain_ strname 
- The DNS Search Domain Name.
- dns_servers Sequence[str]
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Name of the concrete policy.
- ntp_servers Sequence[str]
- object_type str
- organizations
Sequence[GetKubernetes Sys Config Policy Result Organization] 
- owners Sequence[str]
- parents
Sequence[GetKubernetes Sys Config Policy Result Parent] 
- permission_resources Sequence[GetKubernetes Sys Config Policy Result Permission Resource] 
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
Sequence[GetKubernetes Sys Config Policy Result Tag] 
- timezone str
- The timezone of the node's system clock.* Pacific/Niue- *Africa/Abidjan- *Africa/Accra- *Africa/Addis_Ababa- *Africa/Algiers- *Africa/Asmara- *Africa/Bamako- *Africa/Bangui- *Africa/Banjul- *Africa/Bissau- *Africa/Blantyre- *Africa/Brazzaville- *Africa/Bujumbura- *Africa/Cairo- *Africa/Casablanca- *Africa/Ceuta- *Africa/Conakry- *Africa/Dakar- *Africa/Dar_es_Salaam- *Africa/Djibouti- *Africa/Douala- *Africa/El_Aaiun- *Africa/Freetown- *Africa/Gaborone- *Africa/Harare- *Africa/Johannesburg- *Africa/Juba- *Africa/Kampala- *Africa/Khartoum- *Africa/Kigali- *Africa/Kinshasa- *Africa/Lagos- *Africa/Libreville- *Africa/Lome- *Africa/Luanda- *Africa/Lubumbashi- *Africa/Lusaka- *Africa/Malabo- *Africa/Maputo- *Africa/Maseru- *Africa/Mbabane- *Africa/Mogadishu- *Africa/Monrovia- *Africa/Nairobi- *Africa/Ndjamena- *Africa/Niamey- *Africa/Nouakchott- *Africa/Ouagadougou- *Africa/Porto-Novo- *Africa/Sao_Tome- *Africa/Tripoli- *Africa/Tunis- *Africa/Windhoek- *America/Adak- *America/Anchorage- *America/Anguilla- *America/Antigua- *America/Araguaina- *America/Argentina/Buenos_Aires- *America/Argentina/Catamarca- *America/Argentina/Cordoba- *America/Argentina/Jujuy- *America/Argentina/La_Rioja- *America/Argentina/Mendoza- *America/Argentina/Rio_Gallegos- *America/Argentina/Salta- *America/Argentina/San_Juan- *America/Argentina/San_Luis- *America/Argentina/Tucuman- *America/Argentina/Ushuaia- *America/Aruba- *America/Asuncion- *America/Atikokan- *America/Bahia- *America/Bahia_Banderas- *America/Barbados- *America/Belem- *America/Belize- *America/Blanc-Sablon- *America/Boa_Vista- *America/Bogota- *America/Boise- *America/Cambridge_Bay- *America/Campo_Grande- *America/Cancun- *America/Caracas- *America/Cayenne- *America/Cayman- *America/Chicago- *America/Chihuahua- *America/Costa_Rica- *America/Creston- *America/Cuiaba- *America/Curacao- *America/Danmarkshavn- *America/Dawson- *America/Dawson_Creek- *America/Denver- *America/Detroit- *America/Dominica- *America/Edmonton- *America/Eirunepe- *America/El_Salvador- *America/Fortaleza- *America/Glace_Bay- *America/Godthab- *America/Goose_Bay- *America/Grand_Turk- *America/Grenada- *America/Guadeloupe- *America/Guatemala- *America/Guayaquil- *America/Guyana- *America/Halifax- *America/Havana- *America/Hermosillo- *America/Indiana/Indianapolis- *America/Indiana/Knox- *America/Indiana/Marengo- *America/Indiana/Petersburg- *America/Indiana/Tell_City- *America/Indiana/Vevay- *America/Indiana/Vincennes- *America/Indiana/Winamac- *America/Inuvik- *America/Iqaluit- *America/Jamaica- *America/Juneau- *America/Kentucky/Louisville- *America/Kentucky/Monticello- *America/Kralendijk- *America/La_Paz- *America/Lima- *America/Los_Angeles- *America/Lower_Princes- *America/Maceio- *America/Managua- *America/Manaus- *America/Marigot- *America/Martinique- *America/Matamoros- *America/Mazatlan- *America/Menominee- *America/Merida- *America/Metlakatla- *America/Mexico_City- *America/Miquelon- *America/Moncton- *America/Monterrey- *America/Montevideo- *America/Montreal- *America/Montserrat- *America/Nassau- *America/New_York- *America/Nipigon- *America/Nome- *America/Noronha- *America/North_Dakota/Beulah- *America/North_Dakota/Center- *America/North_Dakota/New_Salem- *America/Ojinaga- *America/Panama- *America/Pangnirtung- *America/Paramaribo- *America/Phoenix- *America/Port-au-Prince- *America/Port_of_Spain- *America/Porto_Velho- *America/Puerto_Rico- *America/Rainy_River- *America/Rankin_Inlet- *America/Recife- *America/Regina- *America/Resolute- *America/Rio_Branco- *America/Santa_Isabel- *America/Santarem- *America/Santiago- *America/Santo_Domingo- *America/Sao_Paulo- *America/Scoresbysund- *America/Shiprock- *America/Sitka- *America/St_Barthelemy- *America/St_Johns- *America/St_Kitts- *America/St_Lucia- *America/St_Thomas- *America/St_Vincent- *America/Swift_Current- *America/Tegucigalpa- *America/Thule- *America/Thunder_Bay- *America/Tijuana- *America/Toronto- *America/Tortola- *America/Vancouver- *America/Whitehorse- *America/Winnipeg- *America/Yakutat- *America/Yellowknife- *Antarctica/Casey- *Antarctica/Davis- *Antarctica/DumontDUrville- *Antarctica/Macquarie- *Antarctica/Mawson- *Antarctica/McMurdo- *Antarctica/Palmer- *Antarctica/Rothera- *Antarctica/South_Pole- *Antarctica/Syowa- *Antarctica/Troll- *Antarctica/Vostok- *Arctic/Longyearbyen- *Asia/Aden- *Asia/Almaty- *Asia/Amman- *Asia/Anadyr- *Asia/Aqtau- *Asia/Aqtobe- *Asia/Ashgabat- *Asia/Baghdad- *Asia/Bahrain- *Asia/Baku- *Asia/Bangkok- *Asia/Beirut- *Asia/Bishkek- *Asia/Brunei- *Asia/Calcutta- *Asia/Choibalsan- *Asia/Chongqing- *Asia/Colombo- *Asia/Damascus- *Asia/Dhaka- *Asia/Dili- *Asia/Dubai- *Asia/Dushanbe- *Asia/Gaza- *Asia/Harbin- *Asia/Hebron- *Asia/Ho_Chi_Minh- *Asia/Hong_Kong- *Asia/Hovd- *Asia/Irkutsk- *Asia/Jakarta- *Asia/Jayapura- *Asia/Jerusalem- *Asia/Kabul- *Asia/Kamchatka- *Asia/Karachi- *Asia/Kashgar- *Asia/Kathmandu- *Asia/Katmandu- *Asia/Khandyga- *Asia/Kolkata- *Asia/Krasnoyarsk- *Asia/Kuala_Lumpur- *Asia/Kuching- *Asia/Kuwait- *Asia/Macau- *Asia/Magadan- *Asia/Makassar- *Asia/Manila- *Asia/Muscat- *Asia/Nicosia- *Asia/Novokuznetsk- *Asia/Novosibirsk- *Asia/Omsk- *Asia/Oral- *Asia/Phnom_Penh- *Asia/Pontianak- *Asia/Pyongyang- *Asia/Qatar- *Asia/Qyzylorda- *Asia/Rangoon- *Asia/Riyadh- *Asia/Saigon- *Asia/Sakhalin- *Asia/Samarkand- *Asia/Seoul- *Asia/Shanghai- *Asia/Singapore- *Asia/Taipei- *Asia/Tashkent- *Asia/Tbilisi- *Asia/Tehran- *Asia/Thimphu- *Asia/Tokyo- *Asia/Ulaanbaatar- *Asia/Urumqi- *Asia/Ust-Nera- *Asia/Vientiane- *Asia/Vladivostok- *Asia/Yakutsk- *Asia/Yekaterinburg- *Asia/Yerevan- *Atlantic/Azores- *Atlantic/Bermuda- *Atlantic/Canary- *Atlantic/Cape_Verde- *Atlantic/Faroe- *Atlantic/Madeira- *Atlantic/Reykjavik- *Atlantic/South_Georgia- *Atlantic/St_Helena- *Atlantic/Stanley- *Australia/Adelaide- *Australia/Brisbane- *Australia/Broken_Hill- *Australia/Currie- *Australia/Darwin- *Australia/Eucla- *Australia/Hobart- *Australia/Lindeman- *Australia/Lord_Howe- *Australia/Melbourne- *Australia/Perth- *Australia/Sydney- *Etc/GMT- *Europe/Amsterdam- *Europe/Andorra- *Europe/Athens- *Europe/Belgrade- *Europe/Berlin- *Europe/Bratislava- *Europe/Brussels- *Europe/Bucharest- *Europe/Budapest- *Europe/Busingen- *Europe/Chisinau- *Europe/Copenhagen- *Europe/Dublin- *Europe/Gibraltar- *Europe/Guernsey- *Europe/Helsinki- *Europe/Isle_of_Man- *Europe/Istanbul- *Europe/Jersey- *Europe/Kaliningrad- *Europe/Kiev- *Europe/Lisbon- *Europe/Ljubljana- *Europe/London- *Europe/Luxembourg- *Europe/Madrid- *Europe/Malta- *Europe/Mariehamn- *Europe/Minsk- *Europe/Monaco- *Europe/Moscow- *Europe/Oslo- *Europe/Paris- *Europe/Podgorica- *Europe/Prague- *Europe/Riga- *Europe/Rome- *Europe/Samara- *Europe/San_Marino- *Europe/Sarajevo- *Europe/Simferopol- *Europe/Skopje- *Europe/Sofia- *Europe/Stockholm- *Europe/Tallinn- *Europe/Tirane- *Europe/Uzhgorod- *Europe/Vaduz- *Europe/Vatican- *Europe/Vienna- *Europe/Vilnius- *Europe/Volgograd- *Europe/Warsaw- *Europe/Zagreb- *Europe/Zaporozhye- *Europe/Zurich- *Indian/Antananarivo- *Indian/Chagos- *Indian/Christmas- *Indian/Cocos- *Indian/Comoro- *Indian/Kerguelen- *Indian/Mahe- *Indian/Maldives- *Indian/Mauritius- *Indian/Mayotte- *Indian/Reunion- *Pacific/Apia- *Pacific/Auckland- *Pacific/Chatham- *Pacific/Chuuk- *Pacific/Easter- *Pacific/Efate- *Pacific/Enderbury- *Pacific/Fakaofo- *Pacific/Fiji- *Pacific/Funafuti- *Pacific/Galapagos- *Pacific/Gambier- *Pacific/Guadalcanal- *Pacific/Guam- *Pacific/Honolulu- *Pacific/Johnston- *Pacific/Kiritimati- *Pacific/Kosrae- *Pacific/Kwajalein- *Pacific/Majuro- *Pacific/Marquesas- *Pacific/Midway- *Pacific/Nauru- *Pacific/Norfolk- *Pacific/Noumea- *Pacific/Pago_Pago- *Pacific/Palau- *Pacific/Pitcairn- *Pacific/Pohnpei- *Pacific/Port_Moresby- *Pacific/Rarotonga- *Pacific/Saipan- *Pacific/Tahiti- *Pacific/Tarawa- *Pacific/Tongatapu- *Pacific/Wake- *Pacific/Wallis- *UTC-
- version_contexts Sequence[GetKubernetes Sys Config Policy Result Version Context] 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- classId String
- clusterProfiles List<Property Map>
- createTime String
- The time when this managed object was created.
- description String
- Description of the policy.
- dnsDomain StringName 
- The DNS Search Domain Name.
- dnsServers List<String>
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the concrete policy.
- ntpServers List<String>
- objectType String
- organizations List<Property Map>
- owners List<String>
- parents List<Property Map>
- permissionResources List<Property Map>
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- List<Property Map>
- timezone String
- The timezone of the node's system clock.* Pacific/Niue- *Africa/Abidjan- *Africa/Accra- *Africa/Addis_Ababa- *Africa/Algiers- *Africa/Asmara- *Africa/Bamako- *Africa/Bangui- *Africa/Banjul- *Africa/Bissau- *Africa/Blantyre- *Africa/Brazzaville- *Africa/Bujumbura- *Africa/Cairo- *Africa/Casablanca- *Africa/Ceuta- *Africa/Conakry- *Africa/Dakar- *Africa/Dar_es_Salaam- *Africa/Djibouti- *Africa/Douala- *Africa/El_Aaiun- *Africa/Freetown- *Africa/Gaborone- *Africa/Harare- *Africa/Johannesburg- *Africa/Juba- *Africa/Kampala- *Africa/Khartoum- *Africa/Kigali- *Africa/Kinshasa- *Africa/Lagos- *Africa/Libreville- *Africa/Lome- *Africa/Luanda- *Africa/Lubumbashi- *Africa/Lusaka- *Africa/Malabo- *Africa/Maputo- *Africa/Maseru- *Africa/Mbabane- *Africa/Mogadishu- *Africa/Monrovia- *Africa/Nairobi- *Africa/Ndjamena- *Africa/Niamey- *Africa/Nouakchott- *Africa/Ouagadougou- *Africa/Porto-Novo- *Africa/Sao_Tome- *Africa/Tripoli- *Africa/Tunis- *Africa/Windhoek- *America/Adak- *America/Anchorage- *America/Anguilla- *America/Antigua- *America/Araguaina- *America/Argentina/Buenos_Aires- *America/Argentina/Catamarca- *America/Argentina/Cordoba- *America/Argentina/Jujuy- *America/Argentina/La_Rioja- *America/Argentina/Mendoza- *America/Argentina/Rio_Gallegos- *America/Argentina/Salta- *America/Argentina/San_Juan- *America/Argentina/San_Luis- *America/Argentina/Tucuman- *America/Argentina/Ushuaia- *America/Aruba- *America/Asuncion- *America/Atikokan- *America/Bahia- *America/Bahia_Banderas- *America/Barbados- *America/Belem- *America/Belize- *America/Blanc-Sablon- *America/Boa_Vista- *America/Bogota- *America/Boise- *America/Cambridge_Bay- *America/Campo_Grande- *America/Cancun- *America/Caracas- *America/Cayenne- *America/Cayman- *America/Chicago- *America/Chihuahua- *America/Costa_Rica- *America/Creston- *America/Cuiaba- *America/Curacao- *America/Danmarkshavn- *America/Dawson- *America/Dawson_Creek- *America/Denver- *America/Detroit- *America/Dominica- *America/Edmonton- *America/Eirunepe- *America/El_Salvador- *America/Fortaleza- *America/Glace_Bay- *America/Godthab- *America/Goose_Bay- *America/Grand_Turk- *America/Grenada- *America/Guadeloupe- *America/Guatemala- *America/Guayaquil- *America/Guyana- *America/Halifax- *America/Havana- *America/Hermosillo- *America/Indiana/Indianapolis- *America/Indiana/Knox- *America/Indiana/Marengo- *America/Indiana/Petersburg- *America/Indiana/Tell_City- *America/Indiana/Vevay- *America/Indiana/Vincennes- *America/Indiana/Winamac- *America/Inuvik- *America/Iqaluit- *America/Jamaica- *America/Juneau- *America/Kentucky/Louisville- *America/Kentucky/Monticello- *America/Kralendijk- *America/La_Paz- *America/Lima- *America/Los_Angeles- *America/Lower_Princes- *America/Maceio- *America/Managua- *America/Manaus- *America/Marigot- *America/Martinique- *America/Matamoros- *America/Mazatlan- *America/Menominee- *America/Merida- *America/Metlakatla- *America/Mexico_City- *America/Miquelon- *America/Moncton- *America/Monterrey- *America/Montevideo- *America/Montreal- *America/Montserrat- *America/Nassau- *America/New_York- *America/Nipigon- *America/Nome- *America/Noronha- *America/North_Dakota/Beulah- *America/North_Dakota/Center- *America/North_Dakota/New_Salem- *America/Ojinaga- *America/Panama- *America/Pangnirtung- *America/Paramaribo- *America/Phoenix- *America/Port-au-Prince- *America/Port_of_Spain- *America/Porto_Velho- *America/Puerto_Rico- *America/Rainy_River- *America/Rankin_Inlet- *America/Recife- *America/Regina- *America/Resolute- *America/Rio_Branco- *America/Santa_Isabel- *America/Santarem- *America/Santiago- *America/Santo_Domingo- *America/Sao_Paulo- *America/Scoresbysund- *America/Shiprock- *America/Sitka- *America/St_Barthelemy- *America/St_Johns- *America/St_Kitts- *America/St_Lucia- *America/St_Thomas- *America/St_Vincent- *America/Swift_Current- *America/Tegucigalpa- *America/Thule- *America/Thunder_Bay- *America/Tijuana- *America/Toronto- *America/Tortola- *America/Vancouver- *America/Whitehorse- *America/Winnipeg- *America/Yakutat- *America/Yellowknife- *Antarctica/Casey- *Antarctica/Davis- *Antarctica/DumontDUrville- *Antarctica/Macquarie- *Antarctica/Mawson- *Antarctica/McMurdo- *Antarctica/Palmer- *Antarctica/Rothera- *Antarctica/South_Pole- *Antarctica/Syowa- *Antarctica/Troll- *Antarctica/Vostok- *Arctic/Longyearbyen- *Asia/Aden- *Asia/Almaty- *Asia/Amman- *Asia/Anadyr- *Asia/Aqtau- *Asia/Aqtobe- *Asia/Ashgabat- *Asia/Baghdad- *Asia/Bahrain- *Asia/Baku- *Asia/Bangkok- *Asia/Beirut- *Asia/Bishkek- *Asia/Brunei- *Asia/Calcutta- *Asia/Choibalsan- *Asia/Chongqing- *Asia/Colombo- *Asia/Damascus- *Asia/Dhaka- *Asia/Dili- *Asia/Dubai- *Asia/Dushanbe- *Asia/Gaza- *Asia/Harbin- *Asia/Hebron- *Asia/Ho_Chi_Minh- *Asia/Hong_Kong- *Asia/Hovd- *Asia/Irkutsk- *Asia/Jakarta- *Asia/Jayapura- *Asia/Jerusalem- *Asia/Kabul- *Asia/Kamchatka- *Asia/Karachi- *Asia/Kashgar- *Asia/Kathmandu- *Asia/Katmandu- *Asia/Khandyga- *Asia/Kolkata- *Asia/Krasnoyarsk- *Asia/Kuala_Lumpur- *Asia/Kuching- *Asia/Kuwait- *Asia/Macau- *Asia/Magadan- *Asia/Makassar- *Asia/Manila- *Asia/Muscat- *Asia/Nicosia- *Asia/Novokuznetsk- *Asia/Novosibirsk- *Asia/Omsk- *Asia/Oral- *Asia/Phnom_Penh- *Asia/Pontianak- *Asia/Pyongyang- *Asia/Qatar- *Asia/Qyzylorda- *Asia/Rangoon- *Asia/Riyadh- *Asia/Saigon- *Asia/Sakhalin- *Asia/Samarkand- *Asia/Seoul- *Asia/Shanghai- *Asia/Singapore- *Asia/Taipei- *Asia/Tashkent- *Asia/Tbilisi- *Asia/Tehran- *Asia/Thimphu- *Asia/Tokyo- *Asia/Ulaanbaatar- *Asia/Urumqi- *Asia/Ust-Nera- *Asia/Vientiane- *Asia/Vladivostok- *Asia/Yakutsk- *Asia/Yekaterinburg- *Asia/Yerevan- *Atlantic/Azores- *Atlantic/Bermuda- *Atlantic/Canary- *Atlantic/Cape_Verde- *Atlantic/Faroe- *Atlantic/Madeira- *Atlantic/Reykjavik- *Atlantic/South_Georgia- *Atlantic/St_Helena- *Atlantic/Stanley- *Australia/Adelaide- *Australia/Brisbane- *Australia/Broken_Hill- *Australia/Currie- *Australia/Darwin- *Australia/Eucla- *Australia/Hobart- *Australia/Lindeman- *Australia/Lord_Howe- *Australia/Melbourne- *Australia/Perth- *Australia/Sydney- *Etc/GMT- *Europe/Amsterdam- *Europe/Andorra- *Europe/Athens- *Europe/Belgrade- *Europe/Berlin- *Europe/Bratislava- *Europe/Brussels- *Europe/Bucharest- *Europe/Budapest- *Europe/Busingen- *Europe/Chisinau- *Europe/Copenhagen- *Europe/Dublin- *Europe/Gibraltar- *Europe/Guernsey- *Europe/Helsinki- *Europe/Isle_of_Man- *Europe/Istanbul- *Europe/Jersey- *Europe/Kaliningrad- *Europe/Kiev- *Europe/Lisbon- *Europe/Ljubljana- *Europe/London- *Europe/Luxembourg- *Europe/Madrid- *Europe/Malta- *Europe/Mariehamn- *Europe/Minsk- *Europe/Monaco- *Europe/Moscow- *Europe/Oslo- *Europe/Paris- *Europe/Podgorica- *Europe/Prague- *Europe/Riga- *Europe/Rome- *Europe/Samara- *Europe/San_Marino- *Europe/Sarajevo- *Europe/Simferopol- *Europe/Skopje- *Europe/Sofia- *Europe/Stockholm- *Europe/Tallinn- *Europe/Tirane- *Europe/Uzhgorod- *Europe/Vaduz- *Europe/Vatican- *Europe/Vienna- *Europe/Vilnius- *Europe/Volgograd- *Europe/Warsaw- *Europe/Zagreb- *Europe/Zaporozhye- *Europe/Zurich- *Indian/Antananarivo- *Indian/Chagos- *Indian/Christmas- *Indian/Cocos- *Indian/Comoro- *Indian/Kerguelen- *Indian/Mahe- *Indian/Maldives- *Indian/Mauritius- *Indian/Mayotte- *Indian/Reunion- *Pacific/Apia- *Pacific/Auckland- *Pacific/Chatham- *Pacific/Chuuk- *Pacific/Easter- *Pacific/Efate- *Pacific/Enderbury- *Pacific/Fakaofo- *Pacific/Fiji- *Pacific/Funafuti- *Pacific/Galapagos- *Pacific/Gambier- *Pacific/Guadalcanal- *Pacific/Guam- *Pacific/Honolulu- *Pacific/Johnston- *Pacific/Kiritimati- *Pacific/Kosrae- *Pacific/Kwajalein- *Pacific/Majuro- *Pacific/Marquesas- *Pacific/Midway- *Pacific/Nauru- *Pacific/Norfolk- *Pacific/Noumea- *Pacific/Pago_Pago- *Pacific/Palau- *Pacific/Pitcairn- *Pacific/Pohnpei- *Pacific/Port_Moresby- *Pacific/Rarotonga- *Pacific/Saipan- *Pacific/Tahiti- *Pacific/Tarawa- *Pacific/Tongatapu- *Pacific/Wake- *Pacific/Wallis- *UTC-
- versionContexts List<Property Map>
GetKubernetesSysConfigPolicyResultAncestor      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetKubernetesSysConfigPolicyResultClusterProfile       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetKubernetesSysConfigPolicyResultOrganization      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetKubernetesSysConfigPolicyResultParent      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetKubernetesSysConfigPolicyResultPermissionResource       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetKubernetesSysConfigPolicyResultTag      
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetKubernetesSysConfigPolicyResultVersionContext       
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetKubernetesSysConfigPolicyResultVersionContextInterestedMo         
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetKubernetesSysConfigPolicyResultVersionContextRefMo         
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetKubernetesSysConfigPolicyTag     
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additionalProperties string
- key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_properties str
- key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetKubernetesSysConfigPolicyVersionContext      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos List<GetKubernetes Sys Config Policy Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetKubernetes Sys Config Policy Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetKubernetes Sys Config Policy Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetKubernetes Sys Config Policy Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetKubernetes Sys Config Policy Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetKubernetes Sys Config Policy Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetKubernetes Sys Config Policy Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetKubernetes Sys Config Policy Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[GetKubernetes Sys Config Policy Version Context Interested Mo] 
- marked_for_ booldeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_version str
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_mo GetKubernetes Sys Config Policy Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
GetKubernetesSysConfigPolicyVersionContextInterestedMo        
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetKubernetesSysConfigPolicyVersionContextRefMo        
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet