Uses of Class
com.oracle.bmc.datacc.model.InfrastructureContact
-
Packages that use InfrastructureContact Package Description com.oracle.bmc.datacc.model -
-
Uses of InfrastructureContact in com.oracle.bmc.datacc.model
Methods in com.oracle.bmc.datacc.model that return InfrastructureContact Modifier and Type Method Description InfrastructureContactInfrastructureContact.Builder. build()Methods in com.oracle.bmc.datacc.model that return types with arguments of type InfrastructureContact Modifier and Type Method Description List<InfrastructureContact>CreateInfrastructureDetails. getContacts()The list of contacts for the Database Infrastructure.List<InfrastructureContact>Infrastructure. getContacts()The list of contacts for the Database Infrastructure.List<InfrastructureContact>InfrastructureSummary. getContacts()The list of contacts for the Database Infrastructure.List<InfrastructureContact>UpdateInfrastructureDetails. getContacts()The list of contacts for the Database Infrastructure.Methods in com.oracle.bmc.datacc.model with parameters of type InfrastructureContact Modifier and Type Method Description InfrastructureContact.BuilderInfrastructureContact.Builder. copy(InfrastructureContact model)Method parameters in com.oracle.bmc.datacc.model with type arguments of type InfrastructureContact Modifier and Type Method Description CreateInfrastructureDetails.BuilderCreateInfrastructureDetails.Builder. contacts(List<InfrastructureContact> contacts)The list of contacts for the Database Infrastructure.Infrastructure.BuilderInfrastructure.Builder. contacts(List<InfrastructureContact> contacts)The list of contacts for the Database Infrastructure.InfrastructureSummary.BuilderInfrastructureSummary.Builder. contacts(List<InfrastructureContact> contacts)The list of contacts for the Database Infrastructure.UpdateInfrastructureDetails.BuilderUpdateInfrastructureDetails.Builder. contacts(List<InfrastructureContact> contacts)The list of contacts for the Database Infrastructure.Constructor parameters in com.oracle.bmc.datacc.model with type arguments of type InfrastructureContact Constructor Description CreateInfrastructureDetails(String description, String compartmentId, String displayName, SystemModelEnum systemModel, ShapeEnum shape, String cloudControlPlaneServer1, String cloudControlPlaneServer2, String netmask, String gateway, String adminNetworkcidr, Integer dataDiskPercentage, List<InfrastructureContact> contacts, List<String> dnsServers, List<String> ntpServers, NetworkBondingMode clientNetworkBondingMode, NetworkBondingMode backupNetworkBondingMode, NetworkBondingMode cpsNetworkBondingMode, NetworkBondingInterfaceEnum clientNetworkBondingInterface, NetworkBondingInterfaceEnum backupNetworkBondingInterface, NetworkBondingInterfaceEnum cpsNetworkBondingInterface, Double acfsFileSystemStorageInGbs, String corporateProxy, String vlanId, MaintenanceWindow maintenanceWindow, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.Infrastructure(String id, String description, String compartmentId, String displayName, SystemModelEnum systemModel, String version, ShapeEnum shape, String cloudControlPlaneServer1, String cloudControlPlaneServer2, String netmask, String gateway, String adminNetworkcidr, Integer dataDiskPercentage, Integer recoDiskPercentage, List<InfrastructureContact> contacts, List<String> dnsServers, List<String> ntpServers, NetworkBondingMode clientNetworkBondingMode, NetworkBondingMode backupNetworkBondingMode, NetworkBondingMode cpsNetworkBondingMode, NetworkBondingInterfaceEnum clientNetworkBondingInterface, NetworkBondingInterfaceEnum backupNetworkBondingInterface, NetworkBondingInterfaceEnum cpsNetworkBondingInterface, Double acfsFileSystemStorageInGbs, Double acfsFileSystemUsedStorageInGbs, String corporateProxy, String vlanId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, MaintenanceWindow maintenanceWindow, Date timeCreated, Date timeUpdated, Date timeLastStateUpdated, Date timeActivated, Date timeValidated, InfrastructureLifecycleState lifecycleState, String lifecycleStateDetails, String rackSerialNumber, List<InfrastructureServer> servers, ComputeCapacityDetails computeCapacity, List<StorageCapacityDetails> storageCapacity, SystemStorageCapacityDetails systemStorageCapacity, String networkAdapterConfiguration, String subscriptionPlanNumber, ShapeEnum ssdConfigurationRequested)Deprecated.InfrastructureSummary(String id, String description, String compartmentId, String displayName, SystemModelEnum systemModel, String version, ShapeEnum shape, String cloudControlPlaneServer1, String cloudControlPlaneServer2, String netmask, String gateway, String adminNetworkcidr, List<InfrastructureContact> contacts, List<String> dnsServers, List<String> ntpServers, NetworkBondingMode clientNetworkBondingMode, NetworkBondingMode backupNetworkBondingMode, NetworkBondingMode cpsNetworkBondingMode, NetworkBondingInterfaceEnum clientNetworkBondingInterface, NetworkBondingInterfaceEnum backupNetworkBondingInterface, NetworkBondingInterfaceEnum cpsNetworkBondingInterface, Double acfsFileSystemStorageInGbs, Double acfsFileSystemUsedStorageInGbs, String corporateProxy, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, MaintenanceWindow maintenanceWindow, Date timeCreated, Date timeUpdated, Date timeLastStateUpdated, Date timeActivated, Date timeValidated, InfrastructureLifecycleState lifecycleState, String lifecycleStateDetails, ComputeCapacityDetails computeCapacity, List<StorageCapacityDetails> storageCapacity, SystemStorageCapacityDetails systemStorageCapacity, String subscriptionPlanNumber, ShapeEnum ssdConfigurationRequested)Deprecated.UpdateInfrastructureDetails(String displayName, String description, SystemModelEnum systemModel, ShapeEnum shape, String cloudControlPlaneServer1, String cloudControlPlaneServer2, String netmask, String gateway, String adminNetworkcidr, Integer dataDiskPercentage, List<InfrastructureContact> contacts, List<String> dnsServers, List<String> ntpServers, NetworkBondingMode clientNetworkBondingMode, NetworkBondingMode backupNetworkBondingMode, NetworkBondingMode cpsNetworkBondingMode, NetworkBondingInterfaceEnum clientNetworkBondingInterface, NetworkBondingInterfaceEnum backupNetworkBondingInterface, NetworkBondingInterfaceEnum cpsNetworkBondingInterface, Double acfsFileSystemStorageInGbs, String corporateProxy, String vlanId, MaintenanceWindow maintenanceWindow, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags)Deprecated.
-